sascha-egerer / phpstan-typo3

TYPO3 CMS class reflection extension for PHPStan & framework-specific rules
MIT License
42 stars 22 forks source link

[BUGFIX] Do not try to find model for abstract repository #141

Closed sascha-egerer closed 11 months ago

sascha-egerer commented 11 months ago

If a repository is abstract we must not try to find a model based on the repository name.

Resolves: #140