@@ -220,6 +220,7 @@ public function __construct()
220
220
],
221
221
'group_import ' => false ,
222
222
'header_comment ' => false , // false by default
223
+ 'heredoc_closing_marker ' => false ,
223
224
'heredoc_indentation ' => ['indentation ' => 'start_plus_one ' ],
224
225
'heredoc_to_nowdoc ' => true ,
225
226
'implode_call ' => true ,
@@ -250,6 +251,7 @@ public function __construct()
250
251
'modernize_strpos ' => false , // requires 8.0+
251
252
'modernize_types_casting ' => true ,
252
253
'multiline_comment_opening_closing ' => true ,
254
+ 'multiline_string_to_heredoc ' => false ,
253
255
'multiline_whitespace_before_semicolons ' => ['strategy ' => 'no_multi_line ' ],
254
256
'native_constant_invocation ' => false ,
255
257
'native_function_casing ' => true ,
@@ -348,6 +350,7 @@ public function __construct()
348
350
'not_operator_with_successor_space ' => true ,
349
351
'nullable_type_declaration ' => false , // requires 8.0+
350
352
'nullable_type_declaration_for_default_null_value ' => ['use_nullable_type_declaration ' => true ],
353
+ 'numeric_literal_separator ' => false ,
351
354
'object_operator_without_whitespace ' => true ,
352
355
'octal_notation ' => false , // requires 8.1+
353
356
'operator_linebreak ' => ['only_booleans ' => true , 'position ' => 'beginning ' ],
0 commit comments