Skip to content

Commit 29d5266

Browse files
Merge pull request #71 from TheDragonCode/code-style-3kpnoe6
The code style has been fixed
2 parents 24e3689 + dd2578e commit 29d5266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/snippets/advanced-directive-mixed.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public function toArray(): array
1616
'foo' => 'bar',
1717

1818
'some' => [
19-
'@mixed' => <<<XML
19+
'@mixed' => <<<'XML'
2020
<first>value</first>
2121
<second>value</second>
2222
XML,

0 commit comments

Comments
 (0)