Actions
Task #95894
closedSimplify finder in php-cs-fixer.php
Start date:
2021-11-06
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Symfony finder has the ignoreVCSIgnored
function to ignore all files and directories from .gitignore
. This can be used to simplify the initialization of the symfony finder object in php-cs-fixer.php
.
Updated by Gerrit Code Review about 3 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72072
Updated by Torben Hansen about 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset e357856d5e297072856e791d6629d91b9760b345.
Actions