Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix return type for modResource::getTVValue() (#16567)
Correct the union of return types in documentation, so it's understood by IDEs. ### What does it do? IDEs like PhpStorm saw this method as returning only `null`. This change gets them to see `null` or `mixed` as the return types. ### Why is it needed? Described above. ### How to test Use this method in an IDE; confirm it doesn't have any red lines under the usages. ### Related issue(s)/PR(s) N/A
- Loading branch information