extension_builder
extension_builder copied to clipboard
Make it compatible with phpstan
There are only a couple of things which need to be fixed to have a basic extension compatible with phpstan:
-
: voidto injectmethods -
: voidto setters of a model -
@var array<mixed>to$defaultOrderingsof a repository
If you know how to do that, please create a PR.
https://github.com/phpstan/phpstan