From 7d29a88fe894f2f6fdafbc6316c29a8b4fa966ff Mon Sep 17 00:00:00 2001 From: Jasper Zonneveld Date: Tue, 12 Mar 2024 09:38:31 +0100 Subject: [PATCH] build: update PHP-CS-Fixer config --- .php-cs-fixer.dist.php | 1 + 1 file changed, 1 insertion(+) diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index 65d18f3..5442b06 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -18,6 +18,7 @@ 'phpdoc_order' => true, 'yoda_style' => false, 'no_superfluous_phpdoc_tags' => false, + 'fully_qualified_strict_types' => false, 'single_line_throw' => false, ]) ;