@@ -28,6 +28,7 @@ |
||
28 | 28 | * @param TypeInterface[] $arguments Indexed by argument name. |
29 | 29 | * @param callable $resolve |
30 | 30 | * @param array $additionalConfig |
31 | + * @param string $comment |
|
31 | 32 | */ |
32 | 33 | public function __construct(string $name, TypeInterface $type, array $arguments, callable $resolve, HydratorInterface $hydrator, ?string $comment, array $additionalConfig = []) |
33 | 34 | { |
@@ -71,6 +71,7 @@ |
||
71 | 71 | |
72 | 72 | /** |
73 | 73 | * @param object $controller |
74 | + * @param ContainerInterface $container |
|
74 | 75 | */ |
75 | 76 | public function __construct($controller, Reader $annotationReader, TypeMapperInterface $typeMapper, HydratorInterface $hydrator, AuthenticationServiceInterface $authenticationService, AuthorizationServiceInterface $authorizationService, ?ContainerInterface $container = null) |
76 | 77 | { |