Completed
Pull Request — master (#18)
by Clayton
02:55
created
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/Payloads/Contracts/PayloadContract.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,6 @@
 block discarded – undo
47 47
     /**
48 48
      * Set the Payload messages.
49 49
      *
50
-     * @param  array  $output
51 50
      *
52 51
      * @return $this
53 52
      */
Please login to merge, or discard this patch.
src/Payloads/Payload.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,6 @@
 block discarded – undo
47 47
     /**
48 48
      * Set the Payload messages.
49 49
      *
50
-     * @param  array  $output
51 50
      *
52 51
      * @return $this
53 52
      */
Please login to merge, or discard this patch.