diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2013-01-12 08:12:39 +0100 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2013-01-12 08:12:39 +0100 |
commit | 92602168d15c196b15d9c5ca270cab64effb0661 (patch) | |
tree | 8aed5322f77b7e7c971afc457a5e9754693d0e4e | |
parent | 4f2170263c65aab2b90cfdbb07125c9096a2e3ea (diff) | |
parent | 742e6fc619dbeacb7b83d1291225c51949d2e0e4 (diff) | |
download | symfony-security-92602168d15c196b15d9c5ca270cab64effb0661.zip symfony-security-92602168d15c196b15d9c5ca270cab64effb0661.tar.gz symfony-security-92602168d15c196b15d9c5ca270cab64effb0661.tar.bz2 |
merged branch pborreli/typophpdoc (PR #6710)
This PR was merged into the master branch.
Commits
-------
b1c6881 Fixed PHPDoc
Discussion
----------
Fixed PHPDoc
-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) { |