Skip to content

Commit fa572bc

Browse files
committed
Add PHP CS Fixer version 1.11 by Fabien Potencier (bd3ec2c)
Usage: command [options] [arguments] Options: -h, --help Display this help message -q, --quiet Do not output any message -V, --version Display this application version --ansi Force ANSI output --no-ansi Disable ANSI output -n, --no-interaction Do not ask any interactive question -v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug Available commands: fix Fixes a directory or a file help Displays help for a command list Lists commands readme Generates the README content, based on the fix command help self-update Update php-cs-fixer.phar to the latest version. selfupdate Update php-cs-fixer.phar to the latest version. rules
1 parent 6b8e31c commit fa572bc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.php_cs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?php
2+
3+
return Symfony\CS\Config\Config::create()
4+
->level(Symfony\CS\FixerInterface::PSR2_LEVEL)
5+
->fixers([])
6+
->finder(
7+
Symfony\CS\Finder\DefaultFinder::create()->in(__DIR__ . '/src')
8+
)
9+
;

0 commit comments

Comments
 (0)