cedricziel / idea-php-typo3-plugin

TYPO3 CMS Plugins for IntelliJ IDEA / PhpStorm
MIT License
96 stars 8 forks source link

[T3CMS] Return candidates when resolving references #299

Closed cedricziel closed 4 years ago

cedricziel commented 4 years ago

The unstable (my fault for falling into the trap) ReferenceResolver changed in 2019.3 and wants its candidates back.

Fixes a severe issue where no class is resolved at all.

Fixes: #298