From 9b0edf04ca9c132f302c792ca96a33404e74a02d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gu=CC=88nther=20Debrauwer?= Date: Thu, 18 Jan 2024 15:06:41 +0100 Subject: [PATCH] Fix phpcsfixer config --- .php-cs-fixer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.php-cs-fixer.php b/.php-cs-fixer.php index acfb07f..ed57231 100644 --- a/.php-cs-fixer.php +++ b/.php-cs-fixer.php @@ -32,7 +32,7 @@ // Converts implicit variables into explicit ones in double-quoted strings or heredoc syntax. 'explicit_string_variable' => true, // Transforms imported FQCN parameters and return types in function arguments to short version. - 'fully_qualified_strict_types' => true, + 'fully_qualified_strict_types' => false, // Add missing space between function's argument and its typehint. 'function_typehint_space' => true, // Pre- or post-increment and decrement operators should be used if possible.