Actions
Bug #89011
closedInvalidArgumentException due to ActionController property annotation
Status:
Closed
Priority:
Must have
Assignee:
Category:
Extbase
Target version:
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