Skip to content

Commit a329e40

Browse files
committed
CS: unalign =>
1 parent 4c731c1 commit a329e40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Functional/FirewallEntryPointTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function testItUsesTheConfiguredEntryPointWhenUsingUnknownCredentials()
2222

2323
$client->request('GET', '/secure/resource', array(), array(), array(
2424
'PHP_AUTH_USER' => 'unknown',
25-
'PHP_AUTH_PW' => 'credentials',
25+
'PHP_AUTH_PW' => 'credentials',
2626
));
2727

2828
$this->assertEquals(

0 commit comments

Comments
 (0)