diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2014-04-16 12:34:31 +0200 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2014-04-16 12:34:31 +0200 |
commit | 9efff1d83d7b20d340c0abfcfe738640867882f6 (patch) | |
tree | 49d48f2f6a2a2e137805e0517ddee78893ff6edf /Http/HttpUtils.php | |
parent | be954bbe63838d3d08885b96547e6081a0773757 (diff) | |
parent | a6be31fc09c34a308c7a756b39e8a504a822694f (diff) | |
download | symfony-security-9efff1d83d7b20d340c0abfcfe738640867882f6.zip symfony-security-9efff1d83d7b20d340c0abfcfe738640867882f6.tar.gz symfony-security-9efff1d83d7b20d340c0abfcfe738640867882f6.tar.bz2 |
Merge branch '2.3' into 2.4
* 2.3:
fixed types in phpdocs
Conflicts:
src/Symfony/Bridge/Twig/TwigEngine.php
src/Symfony/Bundle/FrameworkBundle/Templating/Loader/FilesystemLoader.php
src/Symfony/Component/Filesystem/Tests/FilesystemTest.php
src/Symfony/Component/Form/Extension/Core/ChoiceList/SimpleChoiceList.php
src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php
src/Symfony/Component/HttpKernel/Controller/ControllerResolverInterface.php
src/Symfony/Component/PropertyAccess/PropertyAccessorBuilder.php
src/Symfony/Component/Serializer/Encoder/XmlEncoder.php
src/Symfony/Component/Stopwatch/StopwatchEvent.php
src/Symfony/Component/Templating/PhpEngine.php
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 e78935e..451c12c 100644 --- a/Http/HttpUtils.php +++ b/Http/HttpUtils.php @@ -96,7 +96,7 @@ class HttpUtils * @param Request $request A Request instance * @param string $path A path (an absolute path (/foo), an absolute URL (http://...), or a route name (foo)) * - * @return Boolean true if the path is the same as the one from the Request, false otherwise + * @return bool true if the path is the same as the one from the Request, false otherwise */ public function checkRequestPath(Request $request, $path) { |