Skip to content

Commit bd6c064

Browse files
committed
cs
1 parent 9e34c67 commit bd6c064

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

src/Symfony/Component/Translation/Tests/Extractor/Visitor/TransMethodVisitorTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ public function testExtractMessages()
2323
$catalogue = $this->extract(new TransMethodVisitor(), self::FIXTURES_FOLDER);
2424

2525
$expectedHeredoc = <<<EOF
26-
heredoc key with whitespace and escaped \$\n sequences
27-
EOF;
26+
heredoc key with whitespace and escaped \$\n sequences
27+
EOF;
2828
$expectedNowdoc = <<<'EOF'
29-
nowdoc key with whitespace and nonescaped \$\n sequences
30-
EOF;
29+
nowdoc key with whitespace and nonescaped \$\n sequences
30+
EOF;
3131

3232
$this->assertEquals(
3333
[

src/Symfony/Component/Translation/Tests/Extractor/Visitor/TranslatableMessageVisitorTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ public function testExtractMessages()
2222
$catalogue = $this->extract(new TranslatableMessageVisitor(), self::FIXTURES_FOLDER);
2323

2424
$expectedHeredoc = <<<EOF
25-
heredoc key with whitespace and escaped \$\n sequences
26-
EOF;
25+
heredoc key with whitespace and escaped \$\n sequences
26+
EOF;
2727
$expectedNowdoc = <<<'EOF'
28-
nowdoc key with whitespace and nonescaped \$\n sequences
29-
EOF;
28+
nowdoc key with whitespace and nonescaped \$\n sequences
29+
EOF;
3030

3131
$this->assertEquals(
3232
[

0 commit comments

Comments
 (0)