PHP – How to document child classes that return more specific types than parent
I am trying to figure out how to properly document some code, mostly so that tools like PHPStan and Psalm don’t complain.
I am trying to figure out how to properly document some code, mostly so that tools like PHPStan and Psalm don’t complain.