10000 minor #24136 [CS] Remove `protected_to_private` rule (SpacePossum) · symfony/symfony@7b7a69f · GitHub
[go: up one dir, main page]

Skip to content

Commit 7b7a69f

Browse files
minor #24136 [CS] Remove protected_to_private rule (SpacePossum)
This PR was merged into the 3.3 branch. Discussion ---------- [CS] Remove `protected_to_private` rule | Q | A | ------------- | --- | Branch? | 3.1 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | n/a | License | MIT Following: #24123 (comment) I picked 3.1 as target as the rule discussed; | branch | hits | --------- | --- | 2.7 | 0 | 2.8 | 0 | 3.0 | 0 | 3.1 | 1 | master | 1 hit (same file as on 3.1) Commits ------- bfae454 Remove `protected_to_private` rule.
2 parents 483a274 + bfae454 commit 7b7a69f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php_cs.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ return PhpCsFixer\Config::create()
1313
'braces' => array('allow_single_line_closure' => true),
1414
'heredoc_to_nowdoc' => false,
1515
'phpdoc_annotation_without_dot' => false,
16+
'protected_to_private' => false,
1617
))
1718
->setRiskyAllowed(true)
1819
->setFinder(

0 commit comments

Comments
 (0)
0