From 99d4b29471eb0193ce87314c730c7a75ff6bffd0 Mon Sep 17 00:00:00 2001 From: Adrien Crivelli Date: Sat, 17 Sep 2022 12:03:56 +0200 Subject: [PATCH] Use PSR autoloading --- .php-cs-fixer.dist.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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,