Skip to content

Commit 2a01e8d

Browse files
authored
Fix: Use relative file name, not absolute path to file
Closes GH-670.
1 parent 77a0620 commit 2a01e8d

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
@@ -9,7 +9,7 @@
99
->in(__DIR__)
1010
->exclude('manual/en/')
1111
->name('*.inc')
12-
->name(__FILE__)
12+
->name('.php-cs-fixer.php')
1313
->notPath('include/last_updated.inc')
1414
->notPath('include/pregen-confs.inc')
1515
->notPath('include/pregen-news.inc')

0 commit comments

Comments
 (0)