phpstan-typo3
phpstan-typo3 copied to clipboard
Add findBy method to Repository.stub
Since TYPO3 the magic find by methods are deprecated. https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/12.3/Deprecation-100071-MagicRepositoryFindByMethods.html
We are still loading our custom Repository.stub, so we should include this method in the stub as well.
Maybe we should not load the Repository.stub for TYPO3 12, because the core handles everything fine for us.