Skip to content

Commit 3a3196c

Browse files
committed
Update rules
1 parent a1faae1 commit 3a3196c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php-cs-fixer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
// Overrides for rules included in PhpCsFixer rule sets
1414
'concat_space' => ['spacing' => 'one'],
15+
'fully_qualified_strict_types' => ['phpdoc_tags' => []],
1516
'method_chaining_indentation' => false,
1617
'multiline_whitespace_before_semicolons' => false,
1718
'native_function_invocation' => ['include' => ['@all']],
@@ -29,7 +30,6 @@
2930
'single_line_comment_style' => false,
3031
'trailing_comma_in_multiline' => ['elements' => ['arrays', 'arguments', 'match', 'parameters']],
3132
'yoda_style' => false,
32-
'fully_qualified_strict_types' => false,
3333

3434
// Additional rules
3535
'date_time_immutable' => true,

0 commit comments

Comments
 (0)