extension_builder icon indicating copy to clipboard operation
extension_builder copied to clipboard

Make it compatible with phpstan

Open georgringer opened this issue 2 years ago • 2 comments

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

georgringer avatar May 04 '22 11:05 georgringer

If you know how to do that, please create a PR.

simonschaufi avatar May 04 '22 12:05 simonschaufi

https://github.com/phpstan/phpstan

PKuhlmay avatar Oct 05 '22 07:10 PKuhlmay