Skip to content

Commit 648ff97

Browse files
committed
fixed @return when returning this or static
1 parent 29454f9 commit 648ff97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JsonResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public function setCallback($callback = null)
109109
*
110110
* @param string $json
111111
*
112-
* @return JsonResponse
112+
* @return $this
113113
*
114114
* @throws \InvalidArgumentException
115115
*/

0 commit comments

Comments
 (0)