@@ -25,7 +25,6 @@ |
||
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 |
@@ -4,7 +4,6 @@ |
||
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 |