1
0
Fork 0

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
pull/7412/head
Dariusz Rumiński 2018-06-17 12:01:38 +02:00 committed by GitHub
parent 837ad7c14e
commit 3db5e0e3fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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