Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.

Commit 7ce6c12

Browse files
committed
update PHP-CS-Fixer config
1 parent 1eb6264 commit 7ce6c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php_cs_fixer.dist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
'phpdoc_to_return_type' => true,
4040
'php_unit_attributes' => true,
4141
'php_unit_test_annotation' => false, // breaks "@depends App\Something::testFooBar()"
42-
'protected_to_private' => true,
42+
'protected_to_private' => false,
4343
'simplified_null_return' => true,
4444
'single_line_throw' => false,
4545
'static_lambda' => true,

0 commit comments

Comments
 (0)