Skip to content

Commit 0b9e4c7

Browse files
committed
Fix coding standard
1 parent 7c78ee1 commit 0b9e4c7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/IsolationTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ public function testReturnDataOverwrite() : void
5353

5454
public function testIsolationIntoClass() : void
5555
{
56-
$class = new class() {
56+
$class = new class()
57+
{
5758
protected string $filename = __DIR__ . '/isolation/into-class.php';
5859

5960
public function test() : string

0 commit comments

Comments
 (0)