Skip to content

Commit 8e99b21

Browse files
committed
add documentation
1 parent 8bab3e0 commit 8e99b21

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.php_cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ For the full copyright and license information, please view the LICENSE
99
file that was distributed with this source code.
1010
EOF;
1111

12+
// Run the phpcsfixer from this directory to fix all code style issues
13+
// https://github.com/FriendsOfPHP/PHP-CS-Fixer
14+
1215
Symfony\CS\Fixer\Contrib\HeaderCommentFixer::setHeader($header);
1316

1417
return Symfony\CS\Config\Config::create()
@@ -26,4 +29,4 @@ return Symfony\CS\Config\Config::create()
2629
->exclude('vendor')
2730
->in(__DIR__)
2831
)
29-
;
32+
;

0 commit comments

Comments
 (0)