1 | <?php |
||
10 | final class Arguments |
||
11 | { |
||
12 | /** |
||
13 | * @var Argument[] |
||
14 | */ |
||
15 | private $arguments = []; |
||
16 | |||
17 | public function __construct(\ReflectionMethod $method, Name $name) |
||
24 | 64 | ||
25 | 64 | /** |
|
26 | * Return arguments |
||
27 | 64 | * |
|
28 | * @throws Exception\Unbound |
||
29 | * |
||
30 | * @return array<int, mixed> |
||
|
|||
31 | */ |
||
32 | public function inject(Container $container) : array |
||
42 | 38 | ||
43 | /** |
||
44 | * @throws Unbound |
||
45 | 36 | * |
|
46 | * @return mixed |
||
47 | */ |
||
48 | private function getParameter(Container $container, Argument $argument) |
||
61 | 7 | ||
62 | private function bindInjectionPoint(Container $container, Argument $argument) : void |
||
70 | } |
||
71 |
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.