Completed
Push — master ( 2d095a...6f9ae2 )
by Michael
31:36 queued 25:42
created
src/Mcrypt.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
      * @param string $mode       Mcrypt mode
45 45
      * @param string $algo       Hashing algorithm to use for internal operations
46 46
      * 
47
-     * @return string|boolean Returns false on checksum validation failure
47
+     * @return false|string Returns false on checksum validation failure
48 48
      */
49 49
     public static function decrypt($cyphertext, $password, $cost = 0, $cipher = MCRYPT_RIJNDAEL_128, $mode = MCRYPT_MODE_CBC, $algo = 'sha256')
50 50
     {
Please login to merge, or discard this patch.