Skip to content

Commit 728f5a7

Browse files
committed
feat(tests): exclude Framework directory from PHP CS Fixer checks
1 parent 887492e commit 728f5a7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.php-cs-fixer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@
9898
->exclude('public')
9999
->exclude('runtime')
100100
->exclude('vendor')
101+
->exclude('src/Server/Framework')
101102
->in(__DIR__)
102103
)
103104
->setUsingCache(false);

0 commit comments

Comments
 (0)