symbiote / silverstripe-phpstan

Extend PHPStan (PHP Static Analysis) to support SilverStripe projects
BSD 3-Clause "New" or "Revised" License
12 stars 13 forks source link

Update to support phpstan 0.11 #20

Closed sminnee closed 5 years ago

sminnee commented 5 years ago

Features such as https://github.com/phpstan/phpstan/commit/69ef4b1f1f34fce1b2643cac126e962379663211 will be very handy for analysing SilverStripe codebases. However 0.11 has different method signatures.

Presumably this would require a 4.x version of this module?

sminnee commented 5 years ago

OK I've added a PR for this. @silbinarywolf, care to take a look?

silbinarywolf commented 5 years ago

@sminnee I haven't worked at Symbiote for about a year now and I no longer work with PHP/SilverStripe :) Have pinged someone else on the PR for you!

nglasl commented 5 years ago

Going to close this issue so we can keep pushing forward on the PR.