Skip to content

Commit 5de021f

Browse files
localheinzstaabm
andauthored
Update .php-cs-fixer.php
Co-authored-by: Markus Staab <[email protected]>
1 parent d9eed1c commit 5de021f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php-cs-fixer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
$finder = $config->getFinder()
88
->ignoreDotFiles(false)
99
->in(__DIR__)
10-
->name('.php-cs-fixer.php');
10+
->name(__FILE__);
1111

1212
$config->setRules([]);
1313

0 commit comments

Comments
 (0)