Completed
Push — master ( 0964f5...56617a )
by Oscar
03:10
created
src/SearchQuery.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
         }
25 25
 
26 26
         if (!empty($query['page'])) {
27
-            $this->page = (int) $query['page'];
27
+            $this->page = (int)$query['page'];
28 28
         }
29 29
 
30 30
         if (!empty($query['sort'])) {
Please login to merge, or discard this patch.