Hi
phpstan 1.12 made the class PHPStan\Rules\DeadCode\UnusedPrivatePropertyRule final.
Here's the change which mentions v2: phpstan/phpstan-src@4010b73
This affects ReadWriteConfigPropertiesRule: Class Syntro\SilverstripePHPStan\Rule\ReadWriteConfigPropertiesRule cannot extend final class PHPStan\Rules\DeadCode\UnusedPrivatePropertyRule
I don't know if there is an easy fix for this? workaround is to use 1.11 for now
Thanks
James
Hi
phpstan 1.12 made the class
PHPStan\Rules\DeadCode\UnusedPrivatePropertyRulefinal.Here's the change which mentions v2: phpstan/phpstan-src@4010b73
This affects ReadWriteConfigPropertiesRule:
Class Syntro\SilverstripePHPStan\Rule\ReadWriteConfigPropertiesRule cannot extend final class PHPStan\Rules\DeadCode\UnusedPrivatePropertyRuleI don't know if there is an easy fix for this? workaround is to use 1.11 for now
Thanks
James