Skip to content

Commit 4ca7b86

Browse files
committed
Add comment about -psr0 fixer
1 parent 9d79c9a commit 4ca7b86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php_cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ $finder = Symfony\CS\Finder::create()
1212
;
1313

1414
return Symfony\CS\Config::create()
15-
->fixers(['-psr0'])
15+
->fixers(['-psr0']) // Ignore Tests\ namespace prefix mismatch with tests/ directory
1616
->finder($finder)
1717
;

0 commit comments

Comments
 (0)