@@ -89,11 +89,19 @@ public function __construct()
89
89
'phpstan-ignore-next-line ' ,
90
90
],
91
91
],
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 ' => [
97
105
'annotation_exclude ' => ['@no-final ' ],
98
106
'annotation_include ' => ['@internal ' ],
99
107
'consider_absent_docblock_as_internal_class ' => false ,
0 commit comments