8000 Remove `protected_to_private` rule. · symfony/symfony@bfae454 · GitHub
[go: up one dir, main page]

Skip to content

Commit bfae454

Browse files
committed
Remove protected_to_private rule.
1 parent 483a274 commit bfae454

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