Skip to content

Commit 99d4b29

Browse files
committed
Use PSR autoloading
1 parent 62444d2 commit 99d4b29

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,7 @@
184184
'phpdoc_var_without_name' => true,
185185
'pow_to_exponentiation' => true,
186186
'protected_to_private' => true,
187-
//'psr0' => true,
188-
//'psr4' => true,
187+
'psr_autoloading' => true,
189188
'random_api_migration' => true,
190189
'return_assignment' => false, // Sometimes useful for clarity or debug
191190
'return_type_declaration' => true,

0 commit comments

Comments
 (0)