Skip to content

Commit

Permalink
remove rule that already exists in symfony ruleset
Browse files Browse the repository at this point in the history
  • Loading branch information
jrushlow committed May 4, 2021
1 parent 73464f9 commit fd740ef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
'@PHPUnit75Migration:risky' => true,
'@Symfony' => true,
'@Symfony:risky' => true,
'array_syntax' => ['syntax' => 'short'],
'header_comment' => [
'header' => <<<EOF
This file is part of the Symfony MakerBundle package.
Expand Down
1 change: 0 additions & 1 deletion src/Resources/test/.php_cs.test
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ return (new PhpCsFixer\Config())
'@Symfony' => true,
'@Symfony:risky' => true,
'native_function_invocation' => false,
'array_syntax' => ['syntax' => 'short'],
))
->setRiskyAllowed(true)
;

0 comments on commit fd740ef

Please sign in to comment.