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:
-
: void
to injectmethods -
: void
to setters of a model -
@var array<mixed>
to$defaultOrderings
of a repository
If you know how to do that, please create a PR.
https://github.com/phpstan/phpstan