nextras / orm-phpstan

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

Incompatible types: Expected property #27

Closed mareksloser closed 1 week ago

mareksloser commented 2 years ago

Hello,

Incompatible types: Expected property of type '\App\Database\Entity\Project', '\Nextras\Orm\Entity\IEntity|null' provided

How to solve this phpstan msg? Static analyse give me this "error"

image

Thank you,

hrach commented 1 week ago

You have to use getByIdChecked() method (available in form 4.0+)

I am really sorry to respond so late to this, I missed thath.