diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2013-09-22 20:04:39 +0200 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2013-09-22 20:04:39 +0200 |
commit | 97faa986a60edadef4fc35fed239693ba13c9c9f (patch) | |
tree | e2acdbef67e7f55f90d9b8a6aecffc8906aaa039 /Http/FirewallMapInterface.php | |
parent | fad88962af2ecb3e54e13c1f9e8045fd589e693f (diff) | |
parent | ed68104bc3cffe77b574d3f8d0f7efe4983e50fb (diff) | |
download | symfony-security-97faa986a60edadef4fc35fed239693ba13c9c9f.zip symfony-security-97faa986a60edadef4fc35fed239693ba13c9c9f.tar.gz symfony-security-97faa986a60edadef4fc35fed239693ba13c9c9f.tar.bz2 |
Merge branch '2.2' into 2.3
* 2.2:
[Locale] added support for the position argument to NumberFormatter::parse()
[Locale] added some more stubs for the number formatter
[Yaml] fixed typo
[Yaml] fixed a test on PHP < 5.4
[DomCrawler]Crawler guess charset from html
fixed PHP 5.3 compatibility
[Yaml] reverted previous merge partially (refs #8897)
[Security] remove unused logger
[Security] fix typo
[Yaml] Fixed filename in the ParseException message
Conflicts:
src/Symfony/Component/Console/Input/InputDefinition.php
src/Symfony/Component/Locale/Stub/StubNumberFormatter.php
src/Symfony/Component/Locale/Tests/Stub/StubNumberFormatterTest.php
Diffstat (limited to 'Http/FirewallMapInterface.php')
-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 |