Skip to content

Commit ddcb943

Browse files
committed
Fix
1 parent bedaffe commit ddcb943

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/Issues/DowngradeNamedTrailing/Fixture/fixture.php.inc

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ class Fixture
4444
}
4545
}
4646

47-
$contents = new Fixture(
48-
$content->getType(),
49-
['error' => $e->getMessage()],
50-
$content->getId()
51-
);
47+
$contents = new Fixture($content->getType(), ['error' => $e->getMessage()], $content->getId());
5248

5349
?>

0 commit comments

Comments
 (0)