We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b7814a commit b564efbCopy full SHA for b564efb
FirewallMapInterface.php
@@ -33,7 +33,7 @@ interface FirewallMapInterface
33
* If there is no logout listener, the third element of the outer array
34
* must be null.
35
*
36
- * @return array of the format array(array(AuthenticationListener), ExceptionListener, LogoutListener)
+ * @return array of the format [[AuthenticationListener], ExceptionListener, LogoutListener]
37
*/
38
public function getListeners(Request $request);
39
}
0 commit comments