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 bf3bc38 commit 65b93acCopy full SHA for 65b93ac
.php_cs
@@ -26,6 +26,7 @@ $finder = Symfony\CS\Finder\DefaultFinder::create()
26
}
27
});
28
$config = Symfony\CS\Config\Config::create();
29
+$config->level(null);
30
$config->fixers(
31
array(
32
'indentation',
composer.json
@@ -38,7 +38,7 @@
38
"ircmaxell/random-lib": "dev-master",
39
"ircmaxell/security-lib": "dev-master",
40
"mikey179/vfsStream": "1.2.*",
41
- "fabpot/php-cs-fixer": "dev-master#fcbb09b5204",
+ "fabpot/php-cs-fixer": "1.*",
42
"phpunit/PHPUnit": "3.7.*",
43
"satooshi/php-coveralls": "dev-master",
44
"sebastianbergmann/phpcov": "1.1.0"
0 commit comments