We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed0cd7b commit bd06405Copy full SHA for bd06405
.php-cs-fixer.dist.php
@@ -1,11 +1,5 @@
1
<?php
2
3
-$finder = PhpCsFixer\Finder::create()
4
- ->in([__DIR__.'/src', __DIR__.'/tests'])
5
- ->notName('*.tpl.php')
6
- ->exclude('Fixtures/')
7
-;
8
-
9
$file = __DIR__.'/.php-cs-fixer.temp.php';
10
11
\file_put_contents(
0 commit comments