Skip to content

Releases: svnldwg/phpstan-rules

Enhanced compatibility

26 Jan 20:36
0a7efd4
Compare
Choose a tag to compare

phpstan-rules is now compatible with phpstan >= 0.11 (previously 0.12) and PHP 8.

0.2.3

05 Nov 21:13
Compare
Choose a tag to compare

Added ability to detect immutable tagged properties in parent classes and validate that they are not mutated in the child class.