Skip to content

Commit 79c9eff

Browse files
committed
minor #1108 [CS] Exclude demo/config/reference.php from PHP CS Fixer (OskarStark)
This PR was merged into the main branch. Discussion ---------- [CS] Exclude demo/config/reference.php from PHP CS Fixer | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | no | Issues | -- | License | MIT Commits ------- 80678bf [CS] Exclude demo/config/reference.php from PHP CS Fixer
2 parents f2f71ae + 80678bf commit 79c9eff

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)