Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove ignoreErrors setting when support for v11 is dropped #164

Open
christianbltr opened this issue May 26, 2023 · 0 comments
Open

Remove ignoreErrors setting when support for v11 is dropped #164

christianbltr opened this issue May 26, 2023 · 0 comments

Comments

@christianbltr
Copy link
Member

christianbltr commented May 26, 2023

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\.#'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant