Completed
Pull Request — master (#1124)
by Reen
04:07
created
lib/Elastica/Query/Ids.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@  discard block
 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
     }
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
      */
92 92
     public function setIds($ids)
93 93
     {
94
-        $this->_params['values'] = (array)$ids;
94
+        $this->_params['values'] = (array) $ids;
95 95
 
96 96
         return $this;
97 97
     }
Please login to merge, or discard this patch.