Skip to content

Commit 01ed81c

Browse files
committed
Disable all new rules in v3.47
1 parent 65535c9 commit 01ed81c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/CodeIgniter4.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ public function __construct()
220220
],
221221
'group_import' => false,
222222
'header_comment' => false, // false by default
223+
'heredoc_closing_marker' => false,
223224
'heredoc_indentation' => ['indentation' => 'start_plus_one'],
224225
'heredoc_to_nowdoc' => true,
225226
'implode_call' => true,
@@ -250,6 +251,7 @@ public function __construct()
250251
'modernize_strpos' => false, // requires 8.0+
251252
'modernize_types_casting' => true,
252253
'multiline_comment_opening_closing' => true,
254+
'multiline_string_to_heredoc' => false,
253255
'multiline_whitespace_before_semicolons' => ['strategy' => 'no_multi_line'],
254256
'native_constant_invocation' => false,
255257
'native_function_casing' => true,
@@ -348,6 +350,7 @@ public function __construct()
348350
'not_operator_with_successor_space' => true,
349351
'nullable_type_declaration' => false, // requires 8.0+
350352
'nullable_type_declaration_for_default_null_value' => ['use_nullable_type_declaration' => true],
353+
'numeric_literal_separator' => false,
351354
'object_operator_without_whitespace' => true,
352355
'octal_notation' => false, // requires 8.1+
353356
'operator_linebreak' => ['only_booleans' => true, 'position' => 'beginning'],

0 commit comments

Comments
 (0)