Skip to content

Commit

Permalink
fixed CS
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jan 16, 2019
1 parent 0b7814a commit b564efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FirewallMapInterface.php
Expand Up @@ -33,7 +33,7 @@ interface FirewallMapInterface
* If there is no logout listener, the third element of the outer array
* must be null.
*
* @return array of the format array(array(AuthenticationListener), ExceptionListener, LogoutListener)
* @return array of the format [[AuthenticationListener], ExceptionListener, LogoutListener]
*/
public function getListeners(Request $request);
}

0 comments on commit b564efb

Please sign in to comment.