Documentation at [1] states, that using withRootFiles will make sure, that rector will apply rules to the root directory PHP files like a "rector.php", "ecs.php", etc.
But rector doesn't apply rules for ".php-cs-fixer.dist.php" at the root directory for now.
Feature request is: withRootFiles should include hidden PHP files from the root (or at least for well known files like a ".php-cs-fixer.dist.php")
Feature Request
Documentation at [1] states, that using
withRootFiles
will make sure, that rector will apply rules to the root directory PHP files like a "rector.php", "ecs.php", etc.But rector doesn't apply rules for ".php-cs-fixer.dist.php" at the root directory for now.
Feature request is:
withRootFiles
should include hidden PHP files from the root (or at least for well known files like a ".php-cs-fixer.dist.php")[1] https://getrector.com/documentation/define-paths
Diff
N/A