@@ -521,7 +521,7 @@ |
||
| 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; |