Completed
Pull Request — master (#2)
by Michael
02:35
created
src/Aes.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
      * @param string $password   Password that should be used to decrypt input data
56 56
      * @param int    $cost       Number of HMAC iterations to perform on key
57 57
      * 
58
-     * @return string|boolean Returns false on checksum validation failure
58
+     * @return string Returns false on checksum validation failure
59 59
      */
60 60
     public static function decrypt($cyphertext, $password, $cost = 0)
61 61
     {
Please login to merge, or discard this patch.
src/AesCtr.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.