Skip to content

Commit 434727b

Browse files
committed
Merge pull request #9 from estahn/analysis-qM17aO
Applied fixes from StyleCI
2 parents 6a217eb + face51a commit 434727b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Extension/SymfonyTest.php

Lines changed: 1 addition & 1 deletion
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)