@@ -10,7 +10,7 @@ discard block |
||
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 |
||
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 | { |
@@ -47,7 +47,6 @@ |
||
47 | 47 | /** |
48 | 48 | * Set the Payload messages. |
49 | 49 | * |
50 | - * @param array $output |
|
51 | 50 | * |
52 | 51 | * @return $this |
53 | 52 | */ |
@@ -47,7 +47,6 @@ |
||
47 | 47 | /** |
48 | 48 | * Set the Payload messages. |
49 | 49 | * |
50 | - * @param array $output |
|
51 | 50 | * |
52 | 51 | * @return $this |
53 | 52 | */ |