Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 6bef158

Browse files
authored
Merge pull request #38 from M-arcus/patch-1
Update .php-cs-fixer.dist.php to only parse PHP files
2 parents 6000d8a + 269c338 commit 6bef158

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/php/.php-cs-fixer.dist.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
])
5050
->setFinder(PhpCsFixer\Finder::create()
5151
->exclude('vendor')
52+
->name('/\.php$/')
5253
->in(__DIR__),
5354
)
5455
;

0 commit comments

Comments
 (0)