Completed
Push — 1.0 ( c47b78 )
by David
13:57
created
src/QueryField.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -28,6 +28,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/ControllerQueryProvider.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -71,6 +71,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.