Use PSR autoloading

This commit is contained in:
Adrien Crivelli 2022-09-17 12:03:56 +02:00
parent 62444d2161
commit 99d4b29471
No known key found for this signature in database
GPG Key ID: 16D79B903B4B5874
1 changed files with 1 additions and 2 deletions

View File

@ -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,