@@ -44,7 +44,7 @@ |
||
44 | 44 | |
45 | 45 | /** |
46 | 46 | * @param string $data |
47 | - * @return int|null Number of bytes written |
|
47 | + * @return integer Number of bytes written |
|
48 | 48 | */ |
49 | 49 | public function write($data) |
50 | 50 | { |
@@ -11,6 +11,7 @@ |
||
11 | 11 | * @param string $key |
12 | 12 | * @param mixed $value |
13 | 13 | * @param string $type |
14 | + * @return void |
|
14 | 15 | */ |
15 | 16 | public function __construct($key, $value, $type); |
16 | 17 |