You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once support for TYPO3 11 is dropped these lines should be removed from Tests/phpstan.neon
reportUnmatchedIgnoredErrors: false
- '#PHPDoc tag @var for variable \$moduleData contains unknown class TYPO3\\CMS\\Backend\\Module\\ModuleData\.#'
- '#Call to method get\(\) on an unknown class TYPO3\\CMS\\Backend\\Module\\ModuleData\.#'
- '#Call to an undefined method TYPO3\\CMS\\Backend\\Template\\ModuleTemplate::assign\(\)\.#'
- '#Call to an undefined method TYPO3\\CMS\\Backend\\Template\\ModuleTemplate::renderResponse\(\)\.#'
- '#Class TYPO3\\CMS\\Backend\\View\\BackendViewFactory not found\.#'
- '#Access to constant ERROR on an unknown class TYPO3\\CMS\\Core\\Type\\ContextualFeedbackSeverity\.#'
The text was updated successfully, but these errors were encountered:
Once support for TYPO3 11 is dropped these lines should be removed from
Tests/phpstan.neon
The text was updated successfully, but these errors were encountered: