Actions
Bug #78333
closedFetching configuration-comments requires comma before comment
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2016-10-18
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Reading the comments from DefaultConfiguration.php always requires a comma after the value and before the comment. But CGL seems to suggest that for the last element in an array no trailing comma is used. (The bamboo-CGL-check on review.typo3.org complained about that.)
The reason is a regex in Classes/Controller/Action/Tool/AllConfiguration.php::getDefaultConfigArrayComments()
Actions