@@ -25,7 +25,7 @@ discard block |
||
| 25 | 25 | * Create a new ValueObject container instance. |
| 26 | 26 | * |
| 27 | 27 | * @param iterable $attributes |
| 28 | - * @return void |
|
| 28 | + * @return \Railt\Io\Readable |
|
| 29 | 29 | */ |
| 30 | 30 | public function __construct(iterable $attributes = []) |
| 31 | 31 | { |
@@ -155,7 +155,7 @@ discard block |
||
| 155 | 155 | /** |
| 156 | 156 | * Set the value at the given offset. |
| 157 | 157 | * |
| 158 | - * @param string|int $offset |
|
| 158 | + * @param string $offset |
|
| 159 | 159 | * @param mixed $value |
| 160 | 160 | * @return void |
| 161 | 161 | */ |