We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6a29a2 commit 3eb79e5Copy full SHA for 3eb79e5
.php_cs.dist
@@ -1,5 +1,9 @@
1
<?php
2
3
+if (!file_exists(__DIR__.'/src')) {
4
+ exit(0);
5
+}
6
+
7
return PhpCsFixer\Config::create()
8
->setRules(array(
9
'@Symfony' => true,
0 commit comments