nextras / orm-phpstan

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

Fix CI #29

Closed jtojnar closed 1 year ago

jtojnar commented 1 year ago

Cannot call method toString() on PhpParser\Node\Name|null.

https://github.com/nikic/PHP-Parser/commit/f4b835f7d858d90b58c6d965a7d0f87d2ba57c43

hrach commented 1 year ago

Thanks for these fixes. I will make it pass or you can try, but no need to do so :)

jtojnar commented 1 year ago

I am not seeing the error from CI locally. I have attempted to fix it. Hopefully, once we get CI green, you will be more sure about the correctness of #28.