Completed
Branch master (1bee77)
by hook
03:12
created
Category
src/Query/Builder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
     public $columns;
17 17
 
18 18
 
19
-    public function select($columns = ['*'])
19
+    public function select($columns = [ '*' ])
20 20
     {
21 21
         $this->columns = is_array($columns) ? $columns : func_get_args();
22 22
         return $this;
Please login to merge, or discard this patch.