Skip to content

Commit

Permalink
Merge pull request #19 from robocoder/patch-1
Browse files Browse the repository at this point in the history
Rename resonse to response
  • Loading branch information
FabioBatSilva authored Jan 6, 2017
2 parents d224229 + 3c25b7d commit a29b2c9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ public function readNext()
return null;
}

$resonse = $this->iterator->current();
$json = $resonse->json();
$response = $this->iterator->current();
$json = $response->json();

if ( ! isset($json['data'])) {
return null;
Expand Down

0 comments on commit a29b2c9

Please sign in to comment.