Actions
Bug #98638
closedError because of PHPDoc
Start date:
2022-10-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
7.4
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
When trying to load a class we get the following error:
Core: Exception handler (WEB): Uncaught TYPO3 Exception: Call to undefined method phpDocumentor\Reflection\DocBlock\Tags\InvalidTag::getType() | Error thrown in file /home/wengiach/typo3_src-10.4.32/vendor/symfony/property-info/Extractor/PhpDocExtractor.php in line 145.
The PHPDoc which causes the error is the following:
/**
* ribbonXMLData : null if workbook is'nt Excel 2007 or not contain a customized UI.
*
* @var null|array{target: string, data: string}
*/
private $ribbonXMLData;
I think this is a problem of the used PhpDocExtractor class, it probably has to be updated.
Actions