Skip to content

Commit 67aadd9

Browse files
committed
Removing extra return statement from Response setJSON.
1 parent 2a0e2fb commit 67aadd9

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

system/HTTP/Response.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -420,8 +420,6 @@ public function setJSON($body)
420420
$this->body = $this->formatBody($body, 'json');
421421

422422
return $this;
423-
424-
return $this;
425423
}
426424

427425
//--------------------------------------------------------------------

0 commit comments

Comments
 (0)