@@ -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 | { |