Passed
Branch master (a1769b)
by Adam
02:47
created
src/BestServedCold/LaravelZendSearch/Lucene/Search/AbstractType.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -6,9 +6,9 @@
 block discarded – undo
6 6
 {
7 7
     protected $string;
8 8
     protected $field = false;
9
-    protected $Options = [];
9
+    protected $Options = [ ];
10 10
 
11
-    public function __construct($string, $field = false, $options = [])
11
+    public function __construct($string, $field = false, $options = [ ])
12 12
     {
13 13
         $this->string  = $string;
14 14
         $this->field   = $field;
Please login to merge, or discard this patch.