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.
Updated by Benni Mack 11 months ago
- Status changed from New to Needs Feedback
Hey, we've updated the library, does it work now in v11 or v12?
Updated by Georg Ringer 6 months ago
- Status changed from Needs Feedback to Closed
closing because lack of feedback. if this issue is still valid in v11/v12, please open a new issue!
Actions