Completed
Branch master (b010e4)
by Clayton
05:22
created
src/Contracts/PayloadContract.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@
 block discarded – undo
19 19
     /**
20 20
      * Set the Payload messages.
21 21
      *
22
-     * @param  array  $output
23 22
      */
24 23
     public function setMessages(array $messages): PayloadContract;
25 24
 
Please login to merge, or discard this patch.
src/Macros/Response.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@  discard block
 block discarded – undo
10 10
     /**
11 11
      * Response macro to send a json response based on a domain payload.
12 12
      *
13
-     * @return mixed
13
+     * @return \Closure
14 14
      */
15 15
     public function jsonWithPayload()
16 16
     {
@@ -22,7 +22,7 @@  discard block
 block discarded – undo
22 22
     /**
23 23
      * Response macro to send a response based on a payload.
24 24
      *
25
-     * @return mixed
25
+     * @return \Closure
26 26
      */
27 27
     public function viewWithPayload()
28 28
     {
Please login to merge, or discard this patch.
src/Payload.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,6 @@
 block discarded – undo
58 58
     /**
59 59
      * Set the Payload messages.
60 60
      *
61
-     * @param  array  $output
62 61
      */
63 62
     public function setMessages(array $messages): PayloadContract
64 63
     {
Please login to merge, or discard this patch.