Completed
Pull Request — master (#1090)
by Reen
03:53
created
lib/Elastica/Index/Settings.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@
 block discarded – undo
110 110
      */
111 111
     public function setNumberOfReplicas($replicas)
112 112
     {
113
-        return $this->set(['number_of_replicas' => (int)$replicas]);
113
+        return $this->set(['number_of_replicas' => (int) $replicas]);
114 114
     }
115 115
 
116 116
     /**
Please login to merge, or discard this patch.