@@ -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) { |