diff options
author | Pascal Borreli <pascal@borreli.com> | 2013-01-11 17:38:19 +0000 |
---|---|---|
committer | Pascal Borreli <pascal@borreli.com> | 2013-01-11 17:38:19 +0000 |
commit | 742e6fc619dbeacb7b83d1291225c51949d2e0e4 (patch) | |
tree | 58138494f275065dc678d0183878838516741d20 /Http/HttpUtils.php | |
parent | 7086799e4ed304f160b378cc56dfd57f8316c78f (diff) | |
download | symfony-security-742e6fc619dbeacb7b83d1291225c51949d2e0e4.zip symfony-security-742e6fc619dbeacb7b83d1291225c51949d2e0e4.tar.gz symfony-security-742e6fc619dbeacb7b83d1291225c51949d2e0e4.tar.bz2 |
Fixed PHPDoc
Diffstat (limited to 'Http/HttpUtils.php')
-rw-r--r-- | Http/HttpUtils.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Http/HttpUtils.php b/Http/HttpUtils.php index a3c6f61..eb7894c 100644 --- a/Http/HttpUtils.php +++ b/Http/HttpUtils.php @@ -35,7 +35,7 @@ class HttpUtils * Constructor. * * @param UrlGeneratorInterface $urlGenerator A UrlGeneratorInterface instance - * @param UrlMatcherInterface|RequestMatcherInterface $matcher The Url or Request matcher + * @param UrlMatcherInterface|RequestMatcherInterface $urlMatcher The Url or Request matcher */ public function __construct(UrlGeneratorInterface $urlGenerator = null, $urlMatcher = null) { |