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 8bab3e0 commit 28c31e2Copy full SHA for 28c31e2
.php_cs
@@ -9,6 +9,9 @@ For the full copyright and license information, please view the LICENSE
9
file that was distributed with this source code.
10
EOF;
11
12
+// Run the phpcsfixer from this directory to fix all code style issues
13
+// https://github.com/FriendsOfPHP/PHP-CS-Fixer
14
+
15
Symfony\CS\Fixer\Contrib\HeaderCommentFixer::setHeader($header);
16
17
return Symfony\CS\Config\Config::create()
@@ -26,4 +29,4 @@ return Symfony\CS\Config\Config::create()
26
29
->exclude('vendor')
27
30
->in(__DIR__)
28
31
)
-;
32
+;
0 commit comments