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
.
Actions