@@ -2,8 +2,8 @@ |
||
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 |
@@ -46,7 +46,7 @@ |
||
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) { |
@@ -176,7 +176,7 @@ |
||
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) { |