Completed
Branch refactor (0d2a4d)
by recca
11:01
created
src/Http/Controllers/WebhookController.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -234,6 +234,9 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.
src/LaravelPayumServiceProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -116,7 +116,7 @@
 block discarded – undo
116 116
     /**
117 117
      * provides.
118 118
      *
119
-     * @return array
119
+     * @return string[]
120 120
      */
121 121
     public function provides()
122 122
     {
Please login to merge, or discard this patch.