Skip to content

Commit 76b665c

Browse files
committed
fix return withArray
1 parent 74e4943 commit 76b665c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ public function withStatus($code, $reasonPhrase = '')
163163
* @param array|null $data
164164
* @param $code
165165
* @param array $headers
166-
* @return Response|static
166+
* @return Response
167167
*/
168168
public function withArray($data, $code = 200, array $headers = [])
169169
{

0 commit comments

Comments
 (0)