We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 887492e commit 728f5a7Copy full SHA for 728f5a7
1 file changed
.php-cs-fixer.php
@@ -98,6 +98,7 @@
98
->exclude('public')
99
->exclude('runtime')
100
->exclude('vendor')
101
+ ->exclude('src/Server/Framework')
102
->in(__DIR__)
103
)
104
->setUsingCache(false);
0 commit comments