Skip to content

Commit 65b93ac

Browse files
committed
PHP-CS-Fixer: restrict level to specified fixers
1 parent bf3bc38 commit 65b93ac

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.php_cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ $finder = Symfony\CS\Finder\DefaultFinder::create()
2626
}
2727
});
2828
$config = Symfony\CS\Config\Config::create();
29+
$config->level(null);
2930
$config->fixers(
3031
array(
3132
'indentation',

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"ircmaxell/random-lib": "dev-master",
3939
"ircmaxell/security-lib": "dev-master",
4040
"mikey179/vfsStream": "1.2.*",
41-
"fabpot/php-cs-fixer": "dev-master#fcbb09b5204",
41+
"fabpot/php-cs-fixer": "1.*",
4242
"phpunit/PHPUnit": "3.7.*",
4343
"satooshi/php-coveralls": "dev-master",
4444
"sebastianbergmann/phpcov": "1.1.0"

0 commit comments

Comments
 (0)