Completed
Pull Request — master (#1)
by
unknown
01:24
created
src/FieldsConfigurationFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -276,7 +276,7 @@
 block discarded – undo
276 276
     /**
277 277
      * Complete args configuration from existing type hints
278 278
      * @param ReflectionMethod $method
279
-     * @param array $argsFromAnnotations
279
+     * @param Annotation\GraphQL\Doctrine\Annotation\Argument[] $argsFromAnnotations
280 280
      * @throws Exception
281 281
      * @return array
282 282
      */
Please login to merge, or discard this patch.
src/ObjectTypeFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
 
83 83
     /**
84 84
      * Get the description of a class from the docblock
85
-     * @param ReflectionMethod $method
85
+     * @param ReflectionClass $method
86 86
      * @return string|null
87 87
      */
88 88
     private function getDescription(ReflectionClass $method): ?string
Please login to merge, or discard this patch.