Skip to content

Commit a8ce7c8

Browse files
minor #20364 CS: apply rules (keradus)
This PR was squashed before being merged into the 2.7 branch (closes #20364). Discussion ---------- CS: apply rules | Q | A | | --- | --- | | Branch? | 2.7 | | Bug fix? | no | | New feature? | no | | BC breaks? | no | | Deprecations? | no | | Tests pass? | n/a | | Fixed tickets | - | | License | MIT | | Doc PR | - | Commits ------- 22d4e15 CS: apply rules
2 parents a7b7504 + 1999ed0 commit a8ce7c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Definition/Dumper/XmlReferenceDumperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function testNamespaceDumper()
3434

3535
private function getConfigurationAsString()
3636
{
37-
return str_replace("\n", PHP_EOL, <<<EOL
37+
return str_replace("\n", PHP_EOL, <<<'EOL'
3838
<!-- Namespace: http://example.org/schema/dic/acme_root -->
3939
<!-- scalar-required: Required -->
4040
<!-- enum-with-default: One of "this"; "that" -->

0 commit comments

Comments
 (0)