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.
2 parents 071cd04 + e48296e commit 9546098Copy full SHA for 9546098
.php-cs-fixer.dist.php
@@ -25,7 +25,11 @@
25
__DIR__ . '/tests',
26
__DIR__ . '/utils',
27
])
28
- ->exclude(['ThirdParty'])
+ ->exclude([
29
+ 'Pager/Views',
30
+ 'ThirdParty',
31
+ 'Validation/Views',
32
+ ])
33
->notName('#Foobar.php$#')
34
->append([
35
__FILE__,
.php-cs-fixer.no-header.php
@@ -25,6 +25,7 @@
__DIR__ . '/app',
__DIR__ . '/public',
+ ->exclude(['Views/errors/html'])
->notName('#Logger\.php$#')
__DIR__ . '/admin/starter/builds',
0 commit comments