@@ -158,7 +158,7 @@ |
||
| 158 | 158 | |
| 159 | 159 | /** |
| 160 | 160 | * @param Request $request |
| 161 | - * @param string $subscription |
|
| 161 | + * @param string $subscriptionId |
|
| 162 | 162 | * @param string $id |
| 163 | 163 | * |
| 164 | 164 | * @return Response |
@@ -178,7 +178,7 @@ |
||
| 178 | 178 | } |
| 179 | 179 | |
| 180 | 180 | /** |
| 181 | - * @param PaymentMethodInterface $method|null |
|
| 181 | + * @param PaymentMethodInterface $method |
|
| 182 | 182 | */ |
| 183 | 183 | public function setMethod(?PaymentMethodInterface $method) |
| 184 | 184 | { |