We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4013352 commit 348cb95Copy full SHA for 348cb95
phpcs.php_cs .php_cs
@@ -1,4 +1,6 @@
1
-<?php declare(strict_types=1);
+<?php
2
+
3
+declare(strict_types=1);
4
5
return PhpCsFixer\Config::create()
6
->setUsingCache(false)
0 commit comments