Skip to content

Commit ecb22de

Browse files
committed
fixed CS
1 parent 11b0dae commit ecb22de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Security/Core/Util/StringUtils.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ public static function equals($knownString, $userInput)
5555
}
5656

5757
// They are only identical strings if $result is exactly 0...
58-
return $result === 0;
58+
return 0 === $result;
5959
}
6060
}

0 commit comments

Comments
 (0)