@@ -24,7 +24,7 @@ |
||
24 | 24 | /** |
25 | 25 | * Sets the request method, uri, and whether or not the request contains a body |
26 | 26 | * |
27 | - * @param HttpRequest|AbstractAnnotation $annotation The annotation to handle |
|
27 | + * @param AbstractAnnotation $annotation The annotation to handle |
|
28 | 28 | * @param ServiceMethodBuilder $serviceMethodBuilder Used to construct a [@see ServiceMethod] |
29 | 29 | * @param Converter|null $converter Converter used to convert types before sending to service method |
30 | 30 | * @param int|null $index The position of the parameter or null if annotation does not reference parameter |