psalm-plugin-doctrine
psalm-plugin-doctrine copied to clipboard
Support findOneByXXX
Doctrine uses __call to allow specific findOneBy* methods - you could use MethodExistenceProviderInterface, MethodParamsProviderInterface and MethodReturnTypeProviderInterface to support the functionality, I think?
Requires #10