Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
Merge pull request #3 from xiaohuilam/scrutinizer-patch-3
Browse files Browse the repository at this point in the history
Scrutinizer Auto-Fixes
  • Loading branch information
xiaohuilam authored Nov 18, 2017
2 parents 0c2aa16 + c60e5f3 commit ff3b26a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Integrates/EditableResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class EditableResponse implements ResponseInterface {
public function __construct($status_code = null, $body = null)
{
if ($status_code !== null) $this->status_code = $status_code;
if ($body !== null) $this->body = $body;
if ($body !== null) $this->body = $body;
}


Expand Down

0 comments on commit ff3b26a

Please sign in to comment.