Actions
Bug #87838
closedClassSchema must analyze all property doc blocks
Status:
Closed
Priority:
Should have
Assignee:
Category:
Extbase
Target version:
Start date:
2019-01-17
Due date:
2019-01-17
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
7.3
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
While introducing symfony/property-info with https://github.com/TYPO3/TYPO3.CMS/commit/bcde6c0177aba345b0bd363c4519892a132ef279, the analyzing of property doc blocks changed. Before, all properties had been analyzed but with that commit, the analyzing had been reduced to inject properties and collection properties. This however breaks the validation which is based on knowing the type of properties.
Actions