Completed
Branch master (aeb839)
by Rafał
20:08
created
src/PH/Bundle/PayumBundle/Controller/PayumController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -158,7 +158,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/PH/Component/Core/Model/Subscription.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -178,7 +178,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.