Completed
Pull Request — master (#1263)
by Erik
03:00
created
lib/Elastica/Type.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -521,7 +521,7 @@
 block discarded – undo
521 521
      */
522 522
     public function exists()
523 523
     {
524
-        $path = '_mapping/' . $this->getName();
524
+        $path = '_mapping/'.$this->getName();
525 525
         $response = $this->getIndex()->request($path, Request::HEAD);
526 526
 
527 527
         return $response->getStatus() === 200;
Please login to merge, or discard this patch.