shipmonk-rnd/phpstan-rules

EnforceReadonlyPublicPropertyRule reports false-positive with PHP 7.4

Closed this issue · 2 comments

Hello

Read-only properties are only available with PHP 8.1+

So EnforceReadonlyPublicPropertyRule reports false-positive with public properties with PHP 7.4
Would you accept a PR to fix this?

Fixed in #87, sorry for so basic error. I'll check that other issue you reported and possibly tag the fixed version in upcoming days.