Completed
Pull Request — master (#1146)
by Reen
05:01 queued 01:32
created
lib/Elastica/Query/Ids.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
             return $this;
78 78
         }
79 79
 
80
-        $this->_params['type'] = (array)$type;
80
+        $this->_params['type'] = (array) $type;
81 81
 
82 82
         return $this;
83 83
     }
Please login to merge, or discard this patch.