Skip to content

Commit 5ff7afd

Browse files
minor #17086 CS: use nowdoc instead of heredoc (gharlan)
This PR was merged into the 2.3 branch. Discussion ---------- CS: use nowdoc instead of heredoc | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | — | License | MIT | Doc PR | — if this is accepted, we could add the fixer to symfony level of php-cs-fixer: PHP-CS-Fixer/PHP-CS-Fixer#1580 Commits ------- 3dca549 use nowdoc instead of heredoc
2 parents 665c0ae + 7b564a7 commit 5ff7afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Definition/ReferenceDumperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function testDumper()
2626

2727
private function getConfigurationAsString()
2828
{
29-
return <<<EOL
29+
return <<<'EOL'
3030
root:
3131
boolean: true
3232
scalar_empty: ~

0 commit comments

Comments
 (0)