phpstan / phpstan-strict-rules

Extra strict and opinionated rules for PHPStan
MIT License
592 stars 46 forks source link

Force `@return` to match return type #202

Closed tillkruss closed 1 year ago

tillkruss commented 1 year ago

Would this package allow us to force @return to match the native return type? level: max does not.

Screenshot 2023-02-03 at 9 28 23 AM
ondrejmirtes commented 1 year ago

No, but you can write a custom rule for that.

github-actions[bot] commented 1 year ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.