| 1 | <?php declare(strict_types=1); |
||
| 23 | class VariadicParameterSpec extends AbstractParameterSpec |
||
| 24 | { |
||
| 25 | /** |
||
| 26 | * @param string $name |
||
| 27 | * @param ExtractorDefinitionInterface $extractor |
||
| 28 | */ |
||
| 29 | 1 | public function __construct(string $name, ExtractorDefinitionInterface $extractor) |
|
| 33 | |||
| 34 | public function getDefaultValue() |
||
| 38 | } |
||
| 39 |