Minor - use @Symfony when using phpcs for flintci

pull/2459/head
jmontoyaa 8 years ago
parent 3ace7a0b3a
commit 971b4d591c
  1. 5
      .php_cs.dist

@ -83,9 +83,8 @@ $finder = PhpCsFixer\Finder::create()
return PhpCsFixer\Config::create()
->setRules(
[
'@PSR2' => true,
//'strict_param' => true,
'array_syntax' => ['syntax' => 'short'],
'@Symfony' => true,
'array_syntax' => ['syntax' => 'short']
]
)
->setFinder($finder);
Loading…
Cancel
Save