1 | <?php declare(strict_types = 1); |
||
17 | class InjectArgument extends InjectableArgumentConfigurator |
||
18 | { |
||
19 | use AnnotationValueTrait; |
||
20 | |||
21 | /** |
||
22 | * InjectArgument constructor. |
||
23 | * |
||
24 | * @param array $valueOrValues |
||
25 | * |
||
26 | * @throws \InvalidArgumentException |
||
27 | */ |
||
28 | 13 | public function __construct(array $valueOrValues) |
|
36 | } |
||
37 |