Completed
Push — master ( 588057...32e2a0 )
by Oscar
07:36
created
src/Controllers/Index.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -45,8 +45,8 @@
 block discarded – undo
45 45
     {
46 46
         $query = $request->getQueryParams();
47 47
         $thumbs = $app->getPath($query['thumbs']);
48
-        $limit = empty($query['limit']) ? 100 : (int) $query['limit'];
49
-        $offset = empty($query['offset']) ? 0 : (int) $query['offset'];
48
+        $limit = empty($query['limit']) ? 100 : (int)$query['limit'];
49
+        $offset = empty($query['offset']) ? 0 : (int)$query['offset'];
50 50
 
51 51
         $files = [];
52 52
 
Please login to merge, or discard this patch.