Closed mareksloser closed 1 week 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"
Thank you,
You have to use getByIdChecked() method (available in form 4.0+)
I am really sorry to respond so late to this, I missed thath.
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"
Thank you,