Skip to content

Commit 0242521

Browse files
committed
fixed short array CS in comments
1 parent ef9cb05 commit 0242521

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
@@ -30,7 +30,7 @@ interface FirewallMapInterface
3030
* If there is no exception listener, the second element of the outer array
3131
* must be null.
3232
*
33-
* @return array of the format array(array(AuthenticationListener), ExceptionListener)
33+
* @return array of the format [[AuthenticationListener], ExceptionListener]
3434
*/
3535
public function getListeners(Request $request);
3636
}

0 commit comments

Comments
 (0)