psalm-plugin-doctrine icon indicating copy to clipboard operation
psalm-plugin-doctrine copied to clipboard

Support findOneByXXX

Open muglug opened this issue 6 years ago • 1 comments

Doctrine uses __call to allow specific findOneBy* methods - you could use MethodExistenceProviderInterface, MethodParamsProviderInterface and MethodReturnTypeProviderInterface to support the functionality, I think?

muglug avatar Mar 12 '19 04:03 muglug

Requires #10

weirdan avatar Mar 13 '19 00:03 weirdan