Browse Source

DX: .php_cs - drop commented option of v1

This option had been removed in v2.0, linter is enabled and can't be disabled. Don't worry - under PHP 7 it has no performance impact
Dariusz Rumiński 6 years ago
parent
commit
3db5e0e3fc
1 changed files with 0 additions and 1 deletions
  1. 0 1
      .php_cs

+ 0 - 1
.php_cs

@@ -20,7 +20,6 @@ $finder = PhpCsFixer\Finder::create()
 
 return PhpCsFixer\Config::create()
     ->setUsingCache(true)
-    //->setUsingLinter(false)
     ->setRiskyAllowed(true)
     ->setRules(array(
         '@PSR2' => true,