Skip to content

Commit

Permalink
Fix phpcsfixer config
Browse files Browse the repository at this point in the history
  • Loading branch information
gdebrauwer committed Jan 18, 2024
1 parent f7ec236 commit 9b0edf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9b0edf0

Please sign in to comment.