We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62444d2 commit 99d4b29Copy full SHA for 99d4b29
.php-cs-fixer.dist.php
@@ -184,8 +184,7 @@
184
'phpdoc_var_without_name' => true,
185
'pow_to_exponentiation' => true,
186
'protected_to_private' => true,
187
- //'psr0' => true,
188
- //'psr4' => true,
+ 'psr_autoloading' => true,
189
'random_api_migration' => true,
190
'return_assignment' => false, // Sometimes useful for clarity or debug
191
'return_type_declaration' => true,
0 commit comments