Skip to content

Commit b564efb

Browse files
committed
fixed CS
1 parent 0b7814a commit b564efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)