Completed
Pull Request — master (#2)
by Michael
18:45 queued 08:41
created
src/Aes.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
      * @param string $password   Password that should be used to decrypt input data
42 42
      * @param int    $cost       Number of HMAC iterations to perform on key
43 43
      * 
44
-     * @return string|boolean Returns false on checksum validation failure
44
+     * @return string Returns false on checksum validation failure
45 45
      */
46 46
     public static function decrypt($cyphertext, $password, $cost = 0)
47 47
     {
Please login to merge, or discard this patch.