diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index 14d58dac..cd46cac8 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -184,8 +184,7 @@ $config 'phpdoc_var_without_name' => true, 'pow_to_exponentiation' => true, 'protected_to_private' => true, - //'psr0' => true, - //'psr4' => true, + 'psr_autoloading' => true, 'random_api_migration' => true, 'return_assignment' => false, // Sometimes useful for clarity or debug 'return_type_declaration' => true,