Просмотр исходного кода

merged branch jmikola/2.0-HttpUtils (PR #2576)

Commits
-------

57b7daf [Security] Fix checkRequestPath doc; closes #2323

Discussion
----------

[Security] Fix checkRequestPath doc; closes #2323
Fabien Potencier 13 лет назад
Родитель
Сommit
023a10ca3b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/Symfony/Component/Security/Http/HttpUtils.php

+ 1 - 1
src/Symfony/Component/Security/Http/HttpUtils.php

@@ -97,7 +97,7 @@ class HttpUtils
      * Checks that a given path matches the Request.
      * Checks that a given path matches the Request.
      *
      *
      * @param Request $request A Request instance
      * @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
      * @return Boolean true if the path is the same as the one from the Request, false otherwise
      */
      */