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 ef9cb05 commit 0242521Copy full SHA for 0242521
FirewallMapInterface.php
@@ -30,7 +30,7 @@ interface FirewallMapInterface
30
* If there is no exception listener, the second element of the outer array
31
* must be null.
32
*
33
- * @return array of the format array(array(AuthenticationListener), ExceptionListener)
+ * @return array of the format [[AuthenticationListener], ExceptionListener]
34
*/
35
public function getListeners(Request $request);
36
}
0 commit comments