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