Completed
Push — master ( 9c04b9...73f018 )
by Marcel
06:33
created
src/Mpociot/CaptainHook/Http/WebhookController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
      * Create a new webhook for the user.
40 40
      *
41 41
      * @param  CreateWebhookRequest  $request
42
-     * @return Response
42
+     * @return \Illuminate\Http\JsonResponse
43 43
      */
44 44
     public function store(CreateWebhookRequest $request)
45 45
     {
Please login to merge, or discard this patch.
src/Mpociot/CaptainHook/Http/WebhookEventsController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
     /**
22 22
      * Get all of the available webhook events.
23 23
      *
24
-     * @return Response
24
+     * @return \Illuminate\Support\Collection
25 25
      */
26 26
     public function all(Request $request)
27 27
     {
Please login to merge, or discard this patch.