Completed
Push — master ( 39ca89...64a0db )
by James Ekow Abaka
03:49
created
src/filesystem/UploadedFile.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace ntentan\utils\filesystem;
4 4
 
5
-use ntentan\utils\exceptions\FilesystemException;
6 5
 use ntentan\utils\Filesystem;
6
+use ntentan\utils\exceptions\FilesystemException;
7 7
 
8 8
 class UploadedFile extends File {
9 9
 
Please login to merge, or discard this patch.
src/Input.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
      * http://stackoverflow.com/a/14432765
47 47
      * 
48 48
      * @param type $input
49
-     * @param type $query
49
+     * @param string|null $key
50 50
      * @return type
51 51
      */
52 52
     private static function decode($input, $key) {
Please login to merge, or discard this patch.
src/StringStream.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -176,7 +176,7 @@
 block discarded – undo
176 176
      * Seek to new position
177 177
      * @param int $aOffset
178 178
      * @param int $aWhence
179
-     * @return boolean
179
+     * @return boolean|null
180 180
      */
181 181
     function stream_seek($aOffset, $aWhence) {
182 182
         switch ($aWhence) {
Please login to merge, or discard this patch.