File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ public function testExtractMessages()
23
23
$ catalogue = $ this ->extract (new TransMethodVisitor (), self ::FIXTURES_FOLDER );
24
24
25
25
$ expectedHeredoc = <<<EOF
26
- heredoc key with whitespace and escaped \$\n sequences
27
- EOF ;
26
+ heredoc key with whitespace and escaped \$\n sequences
27
+ EOF ;
28
28
$ expectedNowdoc = <<<'EOF'
29
- nowdoc key with whitespace and nonescaped \$\n sequences
30
- EOF;
29
+ nowdoc key with whitespace and nonescaped \$\n sequences
30
+ EOF;
31
31
32
32
$ this ->assertEquals (
33
33
[
Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ public function testExtractMessages()
22
22
$ catalogue = $ this ->extract (new TranslatableMessageVisitor (), self ::FIXTURES_FOLDER );
23
23
24
24
$ expectedHeredoc = <<<EOF
25
- heredoc key with whitespace and escaped \$\n sequences
26
- EOF ;
25
+ heredoc key with whitespace and escaped \$\n sequences
26
+ EOF ;
27
27
$ expectedNowdoc = <<<'EOF'
28
- nowdoc key with whitespace and nonescaped \$\n sequences
29
- EOF;
28
+ nowdoc key with whitespace and nonescaped \$\n sequences
29
+ EOF;
30
30
31
31
$ this ->assertEquals (
32
32
[
You can’t perform that action at this time.
0 commit comments