@@ -25,6 +25,10 @@ |
||
| 25 | 25 | /** @var string */ |
| 26 | 26 | protected $value; |
| 27 | 27 | |
| 28 | + /** |
|
| 29 | + * @param string $value |
|
| 30 | + * @param integer $index |
|
| 31 | + */ |
|
| 28 | 32 | public function __construct(?string $value = null, ?int $index = null) |
| 29 | 33 | { |
| 30 | 34 | if (is_null($value) && is_null($index)) { |