nextras / orm-phpstan

PHPStan extension for Nextras Orm
https://nextras.org/orm
MIT License
11 stars 6 forks source link

SetValueMethodRule: Add support for asymmetric properties #28

Closed jtojnar closed 1 year ago

jtojnar commented 1 year ago

In preparation for https://github.com/phpstan/phpstan-src/pull/2294

When the property is not writeable, the writeable type will be void.

hrach commented 1 year ago

fixed here: https://github.com/nextras/orm-phpstan/commit/f95afa37915fa9756e8d942a849223e5f2fba61e thx for reporting