Skip to content

Commit face51a

Browse files
estahnStyleCIBot
authored andcommitted
Applied fixes from StyleCI
1 parent 6a217eb commit face51a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Extension/SymfonyTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function testAssertJsonValueEquals()
4343
public function testAssertJsonResponse()
4444
{
4545
$response = new Response('{}', 200, ['Content-Type' => 'application/json']);
46-
46+
4747
Symfony::assertJsonResponse($response);
4848
}
4949
}

0 commit comments

Comments
 (0)