diff options
author | Jeremy Mikola <jmikola@gmail.com> | 2011-11-07 17:36:10 -0500 |
---|---|---|
committer | Jeremy Mikola <jmikola@gmail.com> | 2011-11-07 17:36:10 -0500 |
commit | 2c9a29530b0b9990bed18329416f336056da27e0 (patch) | |
tree | a755a8226c516f180661bd3f33069c758d5c05bc /Http/HttpUtils.php | |
parent | 77b3459b7fd3d0c52fdcdc2edbb7052840841387 (diff) | |
download | symfony-security-2c9a29530b0b9990bed18329416f336056da27e0.zip symfony-security-2c9a29530b0b9990bed18329416f336056da27e0.tar.gz symfony-security-2c9a29530b0b9990bed18329416f336056da27e0.tar.bz2 |
[Security] Fix checkRequestPath doc; closes #2323
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 a26b1bd..78d65c5 100644 --- a/Http/HttpUtils.php +++ b/Http/HttpUtils.php @@ -97,7 +97,7 @@ class HttpUtils * Checks that a given path matches the Request. * * @param Request $request A Request instance - * @param string $path A path (an absolute path (/foo), an absolute URL (http://...), or a route name (foo)) + * @param string $path A path (an absolute path (/foo) or a route name (foo)) * * @return Boolean true if the path is the same as the one from the Request, false otherwise */ |