phpstan-rules icon indicating copy to clipboard operation
phpstan-rules copied to clipboard

📏 Various extra strict PHPStan rules we found useful in ShipMonk.

Results 4 phpstan-rules issues
Sort by recently updated
recently updated
newest added

Hi there! In case of property override that rule fails, but PHP doesn't allow to add `readonly` modifier to overriden property. ``` 42 Public property `timestamps` not marked as readonly....

Another attempt of https://github.com/shipmonk-rnd/phpstan-rules/pull/62