Skip to content

Commit bac4e6c

Browse files
committed
-
1 parent c4859bb commit bac4e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Security/Http/Tests/Authenticator/FormLoginAuthenticatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public function testHandleNonStringUsernameWithToString($postOnly)
133133
/**
134134
* @dataProvider postOnlyDataProvider
135135
*/
136-
ublic function testHandleNonStringPasswordWithArray(bool $postOnly)
136+
public function testHandleNonStringPasswordWithArray(bool $postOnly)
137137
{
138138
$request = Request::create('/login_check', 'POST', ['_username' => 'foo', '_password' => []]);
139139
$request->setSession($this->createSession());

0 commit comments

Comments
 (0)