From 8e7b6c1d918715eadff3ee0eda2f65b346f6296f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frederic=20G=2E=20=C3=98stby?= Date: Sun, 3 Sep 2023 19:28:13 +0200 Subject: [PATCH] Update .php-cs-fixer.php --- .php-cs-fixer.php | 1 + 1 file changed, 1 insertion(+) diff --git a/.php-cs-fixer.php b/.php-cs-fixer.php index 27237e2..9eb35dc 100644 --- a/.php-cs-fixer.php +++ b/.php-cs-fixer.php @@ -58,6 +58,7 @@ 'object_operator_without_whitespace' => true, 'ordered_imports' => ['imports_order' => ['class', 'function', 'const']], 'ordered_traits' => true, + 'ordered_types' => true, 'phpdoc_align' => true, 'phpdoc_annotation_without_dot' => true, 'phpdoc_indent' => true,