Skip to content

Commit d507c8a

Browse files
authored
[TASK] Update php-cs-fixer project defaults (#18)
Related #16
1 parent 93d4e67 commit d507c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
22

33
$config = \TYPO3\CodingStandards\CsFixerConfig::create();
4-
$config->getFinder()->in(__DIR__ . '/src/extensions/');
4+
$config->getFinder()->in(__DIR__ . '/src');
55
return $config;

0 commit comments

Comments
 (0)