Completed
Push — develop ( 6eb36d...b43094 )
by Christoper
02:17
created
src/Wubbajack/Encryption/FileEncrypter.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -313,7 +313,7 @@
 block discarded – undo
313 313
 
314 314
     /**
315 315
      * Returns the options for the stream filter
316
-     * @param null $iv If no IV is set, one will be created
316
+     * @param string $iv If no IV is set, one will be created
317 317
      *
318 318
      * @return array Returns an array with 'mode','key' and 'iv'
319 319
      */
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php namespace Wubbajack\Encryption;
2 2
 
3
-use Wubbajack\Encryption\Exceptions\EncryptException;
4 3
 use Wubbajack\Encryption\Exceptions\DecryptException;
4
+use Wubbajack\Encryption\Exceptions\EncryptException;
5 5
 
6 6
 /**
7 7
  * File Encryptor class.
Please login to merge, or discard this patch.