Actions
Bug #87115
closedThe annotation "@import" in method TYPO3\CMS\Core\TypoScript\Parser\TypoScriptParser::addImportsFromExternalFiles() cause exception
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2018-12-10
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When making instance on "\TYPO3\CMS\Core\TypoScript\Parser\TypoScriptParser" with extebase Object manager get an exception
(1/1) Doctrine\Common\Annotations\AnnotationException [Semantical Error] The annotation "@import" in method TYPO3\CMS\Core\TypoScript\Parser\TypoScriptParser::addImportsFromExternalFiles() was never imported. Did you maybe forget to add a "use" statement for this annotation?
GeneralUtility::makeInstance(\TYPO3\CMS\Extbase\Object\ObjectManager::class)->get(\TYPO3\CMS\Core\TypoScript\Parser\TypoScriptParser::class)
Actions