We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93d4e67 commit d507c8aCopy full SHA for d507c8a
templates/project_php-cs-fixer.dist.php
@@ -1,5 +1,5 @@
1
<?php
2
3
$config = \TYPO3\CodingStandards\CsFixerConfig::create();
4
-$config->getFinder()->in(__DIR__ . '/src/extensions/');
+$config->getFinder()->in(__DIR__ . '/src');
5
return $config;
0 commit comments