Passed
Push — main ( e91a1c...c53a9f )
by Simon
01:12
created
src/Factories/DocumentFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -135,7 +135,7 @@
 block discarded – undo
135 135
         $name = $this->getShortFieldName($options['name']);
136 136
         $name = str_replace('_', '.', $name);
137 137
 
138
-        $doc[$name] = $value;//, $options['boost'], Document::MODIFIER_SET);
138
+        $doc[$name] = $value; //, $options['boost'], Document::MODIFIER_SET);
139 139
     }
140 140
 
141 141
     /**
Please login to merge, or discard this patch.