Skip to content

Commit c330552

Browse files
committed
Disable heredoc_closing_marker
1 parent ab0430a commit c330552

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/Ruleset/Nexus80.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ public function __construct()
207207
],
208208
'group_import' => false,
209209
'header_comment' => false,
210+
'heredoc_closing_marker' => false,
210211
'heredoc_indentation' => ['indentation' => 'start_plus_one'],
211212
'heredoc_to_nowdoc' => true,
212213
'implode_call' => true,

src/Ruleset/Nexus81.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ public function __construct()
207207
],
208208
'group_import' => false,
209209
'header_comment' => false,
210+
'heredoc_closing_marker' => false,
210211
'heredoc_indentation' => ['indentation' => 'start_plus_one'],
211212
'heredoc_to_nowdoc' => true,
212213
'implode_call' => true,

src/Ruleset/Nexus82.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ public function __construct()
207207
],
208208
'group_import' => false,
209209
'header_comment' => false,
210+
'heredoc_closing_marker' => false,
210211
'heredoc_indentation' => ['indentation' => 'start_plus_one'],
211212
'heredoc_to_nowdoc' => true,
212213
'implode_call' => true,

0 commit comments

Comments
 (0)