There was an error while loading. Please reload this page.
1 parent 11b0dae commit ecb22deCopy full SHA for ecb22de
src/Symfony/Component/Security/Core/Util/StringUtils.php
@@ -55,6 +55,6 @@ public static function equals($knownString, $userInput)
55
}
56
57
// They are only identical strings if $result is exactly 0...
58
- return $result === 0;
+ return 0 === $result;
59
60
0 commit comments