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
main
Dariusz Rumiński 6 years ago committed by GitHub
parent 837ad7c14e
commit 3db5e0e3fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save