summaryrefslogtreecommitdiffstats
path: root/Core/Util/StringUtils.php
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2014-04-16 12:34:31 +0200
committerFabien Potencier <fabien.potencier@gmail.com>2014-04-16 12:34:31 +0200
commit9efff1d83d7b20d340c0abfcfe738640867882f6 (patch)
tree49d48f2f6a2a2e137805e0517ddee78893ff6edf /Core/Util/StringUtils.php
parentbe954bbe63838d3d08885b96547e6081a0773757 (diff)
parenta6be31fc09c34a308c7a756b39e8a504a822694f (diff)
downloadsymfony-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 'Core/Util/StringUtils.php')
-rw-r--r--Core/Util/StringUtils.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Util/StringUtils.php b/Core/Util/StringUtils.php
index 2e8925d..d47bd4b 100644
--- a/Core/Util/StringUtils.php
+++ b/Core/Util/StringUtils.php
@@ -31,7 +31,7 @@ class StringUtils
* @param string $knownString The string of known length to compare against
* @param string $userInput The string that the user can control
*
- * @return Boolean true if the two strings are the same, false otherwise
+ * @return bool true if the two strings are the same, false otherwise
*/
public static function equals($knownString, $userInput)
{