Completed
Push — master ( 4af4db...bb8369 )
by Chris
27:39 queued 12:45
created
src/Support/helpers.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@
 block discarded – undo
94 94
      *
95 95
      * @param string $known_string The string of known length to compare against
96 96
      * @param string $user_string The user-supplied string
97
-     * @return boolean Returns TRUE when the two strings are equal, FALSE otherwise.
97
+     * @return null|boolean Returns TRUE when the two strings are equal, FALSE otherwise.
98 98
      */
99 99
     function hash_equals($known_string, $user_string)
100 100
     {
Please login to merge, or discard this patch.