Skip to content

Commit d6ae518

Browse files
committed
Fix heredoc statements on 7.2
1 parent 7bcb667 commit d6ae518

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/ApplicationTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function testEventListenersFromLocalAndWorkshopConfigAreMerged(): void
2929
]
3030
]
3131
];
32-
FRAME;
32+
FRAME;
3333

3434
$localFileContent = <<<'LOCAL'
3535
<?php return [
@@ -39,7 +39,7 @@ public function testEventListenersFromLocalAndWorkshopConfigAreMerged(): void
3939
]
4040
]
4141
];
42-
LOCAL;
42+
LOCAL;
4343

4444
$localFile = $this->getTemporaryFile(uniqid($this->getName(), true), $localFileContent);
4545
$frameworkFile = $this->getTemporaryFile(uniqid($this->getName(), true), $frameworkFileContent);

0 commit comments

Comments
 (0)