summaryrefslogtreecommitdiffstats
path: root/Http/HttpUtils.php
diff options
context:
space:
mode:
authorPascal Borreli <pascal@borreli.com>2013-01-11 17:38:19 +0000
committerPascal Borreli <pascal@borreli.com>2013-01-11 17:38:19 +0000
commit742e6fc619dbeacb7b83d1291225c51949d2e0e4 (patch)
tree58138494f275065dc678d0183878838516741d20 /Http/HttpUtils.php
parent7086799e4ed304f160b378cc56dfd57f8316c78f (diff)
downloadsymfony-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.php2
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)
{