Skip to content

Commit ff13752

Browse files
committed
Auto-Formated DefaultControllerTest
1 parent 4260afd commit ff13752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Symfony/src/Codebender/CompilerBundle/Tests/Controller/DefaultControllerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public function testBlinkUnoSyntaxCheck()
6464

6565
$auth_key = $client->getContainer()->getParameter("auth_key");
6666

67-
$client->request('POST', '/'.$auth_key.'/v1', array(),array(),array(),$data);
67+
$client->request('POST', '/'.$auth_key.'/v1', array(), array(), array(), $data);
6868

6969
$response = json_decode($client->getResponse()->getContent(), true);
7070

0 commit comments

Comments
 (0)