Completed
Push — master ( 2ad65e...be64af )
by Oscar
02:30
created
src/SearchQuery.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
             $this->parseQuery($query['query']);
22 22
         }
23 23
 
24
-        $this->page = isset($query['page']) ? (int) $query['page'] : null;
24
+        $this->page = isset($query['page']) ? (int)$query['page'] : null;
25 25
     }
26 26
 
27 27
     /**
Please login to merge, or discard this patch.