Skip to content

Commit 80678bf

Browse files
committed
[CS] Exclude demo/config/reference.php from PHP CS Fixer
1 parent cc7b3f8 commit 80678bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,6 @@
6565
->in(__DIR__.'/{.phpstan,demo,examples,fixtures,src}')
6666
->append([__FILE__])
6767
->exclude('var')
68+
->notPath('demo/config/reference.php')
6869
)
6970
;

0 commit comments

Comments
 (0)