diff options
author | Tobias Schultze <webmaster@tubo-world.de> | 2013-09-18 17:42:47 +0200 |
---|---|---|
committer | Tobias Schultze <webmaster@tubo-world.de> | 2013-09-18 17:42:47 +0200 |
commit | 87e9387909bff09677c9e3cc6e518ad4831c836c (patch) | |
tree | 9ee9d26b3be862aa4c8e5b5bbc743f6816351610 /Http | |
parent | 89d082808b9b8c7b78c57cb5fee625383305c3db (diff) | |
download | symfony-security-87e9387909bff09677c9e3cc6e518ad4831c836c.zip symfony-security-87e9387909bff09677c9e3cc6e518ad4831c836c.tar.gz symfony-security-87e9387909bff09677c9e3cc6e518ad4831c836c.tar.bz2 |
[Security] fix typo
Diffstat (limited to 'Http')
-rw-r--r-- | Http/FirewallMapInterface.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Http/FirewallMapInterface.php b/Http/FirewallMapInterface.php index 336125f..1627ab5 100644 --- a/Http/FirewallMapInterface.php +++ b/Http/FirewallMapInterface.php @@ -24,7 +24,7 @@ interface FirewallMapInterface * Returns the authentication listeners, and the exception listener to use * for the given request. * - * If there are no authentication listeners, the first inner are must be + * If there are no authentication listeners, the first inner array must be * empty. * * If there is no exception listener, the second element of the outer array |