Skip to content

Commit d4e997c

Browse files
committed
chore: ignore example/demo_web.php from php-cs-fixer
Signed-off-by: Jack Cherng <[email protected]>
1 parent ab98b77 commit d4e997c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.php-cs-fixer.dist.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,10 @@
6565
])
6666
->setFinder(
6767
PhpCsFixer\Finder::create()
68-
->notPath('/branch-\\w+/') // git worktree
68+
->notPath([
69+
'/branch-\\w+/', // git worktree
70+
'example/demo_web.php',
71+
])
6972
->exclude('libs')
7073
->exclude('tests/data')
7174
->exclude('tests/Fixtures')

0 commit comments

Comments
 (0)