Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 163a36a

Browse files
committed
Fix CS
1 parent 766b640 commit 163a36a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Symfony/Component/Security/Tests/Http/Firewall/UsernamePasswordJsonAuthenticationListenerTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ class UsernamePasswordJsonAuthenticationListenerTest extends \PHPUnit_Framework_
3333
*/
3434
private $listener;
3535

36-
private function createListener(array $options = array(), $success = true) {
36+
private function createListener(array $options = array(), $success = true)
37+
{
3738
$tokenStorage = $this->getMock(TokenStorageInterface::class);
3839
$authenticationManager = $this->getMock(AuthenticationManagerInterface::class);
3940

0 commit comments

Comments
 (0)