Completed
Push — master ( 8a993b...cf876f )
by Maxime
03:05
created
src/Query.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -233,7 +233,7 @@
 block discarded – undo
233 233
      * Set query
234 234
      * @param array $query Parameter of the query
235 235
      */
236
-    protected function setQuery(array $query = [ ])
236
+    protected function setQuery(array $query = [])
237 237
     {
238 238
         $this->query = $query;
239 239
     }
Please login to merge, or discard this patch.