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 ce2c763 commit b7d0dd7Copy full SHA for b7d0dd7
.php_cs
@@ -1,6 +1,8 @@
1
<?php
2
3
$finder = PhpCsFixer\Finder::create()
4
+ ->name('.php_cs')
5
+ ->ignoreDotFiles(false)
6
->exclude('_helpers')
7
->exclude('_temp')
8
->in(__DIR__);
0 commit comments