8000 .php_cs.dist - simplify config by keradus · Pull Request #24163 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
.php_cs.dist - simplify config
  • Loading branch information
keradus committed Sep 11, 2017
commit 4ea681e7d1d1ce7f15fcfdb14a004ad40d271acf
3 changes: 0 additions & 3 deletions .php_cs.dist
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ return PhpCsFixer\Config::create()
'@Symfony' => true,
'@Symfony:risky' => true,
'array_syntax' => array('syntax' => 'long'),
'no_unreachable_default_argument_value' => false,
'braces' => array('allow_single_line_closure' => true),
'heredoc_to_nowdoc' => false,
))
->setRiskyAllowed(true)
->setFinder(
Expand Down
0