Project

General

Profile

Actions

Bug #89011

closed

InvalidArgumentException due to ActionController property annotation

Added by Sebastian Fischer over 4 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Must have
Category:
Extbase
Start date:
2019-08-25
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:

Description

In the ActionController a property annotation causes an InvalidArgumentException in \phpDocumentor\Reflection\Fqsen::__construct. By removing the semicolon at the end of HashService this exception does not appear anymore.

/**
 * @var HashService;
*/
protected $hashService;
Actions

Also available in: Atom PDF