Skip to content

Commit

Permalink
style patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Redjik committed Jul 31, 2015
1 parent 7c45d0a commit ec1ba54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/Responder/Paginator/RangeRequest.php
Expand Up @@ -100,7 +100,7 @@ private function parse()
}
}

if (!is_null($this->limit) && $this->limit <= 0){
if (!is_null($this->limit) && $this->limit <= 0) {
throw new HttpException(400, 'Bad Request');
}

Expand Down

0 comments on commit ec1ba54

Please sign in to comment.