Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit a39a5dd

Browse files
committed
fixed CS
1 parent 158ce19 commit a39a5dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Core/Tests/SecurityTest.php

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

6565
yield ['string_username', null];
6666

67-
//yield array(new StringishUser(), null); // 5.0 behavior
67+
//yield [new StringishUser(), null]; // 5.0 behavior
6868

6969
$user = new User('nice_user', 'foo');
7070
yield [$user, $user];

Http/FirewallMapInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ interface FirewallMapInterface
3333
* If there is no logout listener, the third element of the outer array
3434
* must be null.
3535
*
36-
* @return array of the format array(array(AuthenticationListener), ExceptionListener, LogoutListener)
36+
* @return array of the format [[AuthenticationListener], ExceptionListener, LogoutListener]
3737
*/
3838
public function getListeners(Request $request);
3939
}

0 commit comments

Comments
 (0)