Use PSR autoloading
This commit is contained in:
parent
62444d2161
commit
99d4b29471
|
|
@ -184,8 +184,7 @@ $config
|
||||||
'phpdoc_var_without_name' => true,
|
'phpdoc_var_without_name' => true,
|
||||||
'pow_to_exponentiation' => true,
|
'pow_to_exponentiation' => true,
|
||||||
'protected_to_private' => true,
|
'protected_to_private' => true,
|
||||||
//'psr0' => true,
|
'psr_autoloading' => true,
|
||||||
//'psr4' => true,
|
|
||||||
'random_api_migration' => true,
|
'random_api_migration' => true,
|
||||||
'return_assignment' => false, // Sometimes useful for clarity or debug
|
'return_assignment' => false, // Sometimes useful for clarity or debug
|
||||||
'return_type_declaration' => true,
|
'return_type_declaration' => true,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue