Skip to content

Commit 02a439b

Browse files
authored
Configure rules in "d"
1 parent 7e21104 commit 02a439b

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

utils/PhpCsFixer/CodeIgniter4.php

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,19 @@ public function __construct()
8989
'phpstan-ignore-next-line',
9090
],
9191
],
92-
'compact_nullable_typehint' => true,
93-
'concat_space' => ['spacing' => 'one'],
94-
'constant_case' => ['case' => 'lower'],
95-
'final_class' => false,
96-
'final_internal_class' => [
92+
'compact_nullable_typehint' => true,
93+
'concat_space' => ['spacing' => 'one'],
94+
'constant_case' => ['case' => 'lower'],
95+
'date_time_immutable' => false,
96+
'declare_equal_normalize' => ['space' => 'none'],
97+
'declare_strict_types' => false,
98+
'dir_constant' => true,
99+
'doctrine_annotation_array_assignment' => false,
100+
'doctrine_annotation_braces' => false,
101+
'doctrine_annotation_indentation' => false,
102+
'doctrine_annotation_spaces' => false,
103+
'final_class' => false,
104+
'final_internal_class' => [
97105
'annotation_exclude' => ['@no-final'],
98106
'annotation_include' => ['@internal'],
99107
'consider_absent_docblock_as_internal_class' => false,

0 commit comments

Comments
 (0)