8000 minor #24163 .php_cs.dist - simplify config (keradus) · symfony/symfony@cd83745 · GitHub
[go: up one dir, main page]

Skip to content

Commit cd83745

Browse files
minor #24163 .php_cs.dist - simplify config (keradus)
This PR was merged into the 2.7 branch. Discussion ---------- .php_cs.dist - simplify config | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | n/a | Fixed tickets | | License | MIT | Doc PR | dropped configuration is already part of `@Symfony` ruleset Commits ------- 4ea681e .php_cs.dist - simplify config
2 parents fc30d5b + 4ea681e commit cd83745

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.php_cs.dist

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ return PhpCsFixer\Config::create()
99
'@Symfony' => true,
1010
'@Symfony:risky' => true,
1111
'array_syntax' => array('syntax' => 'long'),
12-
'no_unreachable_default_argument_value' => false,
13-
'braces' => array('allow_single_line_closure' => true),
14-
'heredoc_to_nowdoc' => false,
1512
))
1613
->setRiskyAllowed(true)
1714
->setFinder(

0 commit comments

Comments
 (0)
0