From ec1ba5414e960ec36b51ea57a43f5da25bce33d7 Mon Sep 17 00:00:00 2001 From: Ivan Matveev Date: Fri, 31 Jul 2015 12:49:55 +0500 Subject: [PATCH] style patch --- api/src/Responder/Paginator/RangeRequest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/Responder/Paginator/RangeRequest.php b/api/src/Responder/Paginator/RangeRequest.php index 7d479d7f..e820cba3 100644 --- a/api/src/Responder/Paginator/RangeRequest.php +++ b/api/src/Responder/Paginator/RangeRequest.php @@ -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'); }