Completed
Push — master ( 2484f0...6fe909 )
by Adrien
04:23
created
src/DocBlockReader.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,6 @@
 block discarded – undo
25 25
 
26 26
     /**
27 27
      * Get the description of a method from the doc block
28
-     * @param ReflectionMethod $method
29 28
      * @return string|null
30 29
      */
31 30
     public function getMethodDescription(): ?string
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 namespace GraphQL\Doctrine;
6 6
 
7
-use Doctrine\Common\Annotations\Reader;
8 7
 use ReflectionMethod;
9 8
 use ReflectionParameter;
10 9
 
Please login to merge, or discard this patch.
src/DefaultFieldResolver.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
      * Return the getter/isser method if any valid one exists
67 67
      * @param mixed $source
68 68
      * @param string $name
69
-     * @return string
69
+     * @return ReflectionMethod|null
70 70
      */
71 71
     private function getGetter($source, string $name): ?ReflectionMethod
72 72
     {
Please login to merge, or discard this patch.