@@ -31,7 +31,7 @@ discard block |
||
31 | 31 | /** |
32 | 32 | * Transform command to request. |
33 | 33 | * |
34 | - * @return Request |
|
34 | + * @return \Closure |
|
35 | 35 | */ |
36 | 36 | public function commandToRequestTransformer() |
37 | 37 | { |
@@ -85,7 +85,7 @@ discard block |
||
85 | 85 | /** |
86 | 86 | * Transform response to result. |
87 | 87 | * |
88 | - * @return Result |
|
88 | + * @return \Closure |
|
89 | 89 | */ |
90 | 90 | public function responseToResultTransformer() |
91 | 91 | { |
@@ -127,7 +127,7 @@ |
||
127 | 127 | /** |
128 | 128 | * Create ValidatorException. |
129 | 129 | * |
130 | - * @return ValidationException |
|
130 | + * @return ValidatorException |
|
131 | 131 | */ |
132 | 132 | public function createValidatorException() |
133 | 133 | { |