@@ -234,6 +234,9 @@ |
||
| 234 | 234 | return $this->payum; |
| 235 | 235 | } |
| 236 | 236 | |
| 237 | + /** |
|
| 238 | + * @param ReplyInterface $reply |
|
| 239 | + */ |
|
| 237 | 240 | protected function convertReply($reply) |
| 238 | 241 | { |
| 239 | 242 | return $this->replyToSymfonyResponseConverter->convert($reply); |
@@ -116,7 +116,7 @@ |
||
| 116 | 116 | /** |
| 117 | 117 | * provides. |
| 118 | 118 | * |
| 119 | - * @return array |
|
| 119 | + * @return string[] |
|
| 120 | 120 | */ |
| 121 | 121 | public function provides() |
| 122 | 122 | { |