Project

General

Profile

Actions

Bug #98638

open

Error because of PHPDoc

Added by Florian Leimer over 1 year ago. Updated 4 months ago.

Status:
Needs Feedback
Priority:
Should have
Assignee:
-
Category:
composer
Target version:
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 #1

Updated by Benni Mack 4 months ago

  • Status changed from New to Needs Feedback

Hey, we've updated the library, does it work now in v11 or v12?

Actions

Also available in: Atom PDF