Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 163a36a

Browse filesBrowse files
committed
Fix CS
1 parent 766b640 commit 163a36a
Copy full SHA for 163a36a

File tree

1 file changed

+2
-1
lines changed
Filter options

1 file changed

+2
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Tests/Http/Firewall/UsernamePasswordJsonAuthenticationListenerTest.php
+2-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.