@@ -106,7 +106,7 @@ discard block |
||
106 | 106 | * @param string $iv The IV key to use. |
107 | 107 | * @param bool $verification Weather we should we try to verify the decryption. |
108 | 108 | * @return array|false Returns array or FALSE if an error occured |
109 | - * @throws Exception |
|
109 | + * @throws Exception |
|
110 | 110 | */ |
111 | 111 | public function encrypt_file($source, $dest = "", $key = "", $start = 0, $iv = 0, $verification = true, $recursive = false) |
112 | 112 | { |
@@ -237,7 +237,7 @@ discard block |
||
237 | 237 | * @param int $start Start position for reading when doing incremental mode. |
238 | 238 | * @param string $iv The IV key to use. |
239 | 239 | * @return array|false Returns array or FALSE if an error occured |
240 | - * @throws Exception |
|
240 | + * @throws Exception |
|
241 | 241 | */ |
242 | 242 | public function decrypt_file($source, $dest = "", $key = "", $start = 0, $iv = 0, $recursive = false) |
243 | 243 | { |