@@ -89,9 +89,9 @@ discard block |
||
| 89 | 89 | public function addMappingBundle($bundle) |
| 90 | 90 | { |
| 91 | 91 | $path = $this->kernel->getBundle($bundle)->getPath(); |
| 92 | - $path .= DIRECTORY_SEPARATOR . 'Resources'; |
|
| 93 | - $path .= DIRECTORY_SEPARATOR . 'config'; |
|
| 94 | - $path .= DIRECTORY_SEPARATOR . 'doctrine'; |
|
| 92 | + $path .= DIRECTORY_SEPARATOR.'Resources'; |
|
| 93 | + $path .= DIRECTORY_SEPARATOR.'config'; |
|
| 94 | + $path .= DIRECTORY_SEPARATOR.'doctrine'; |
|
| 95 | 95 | $this->addMappingPath($path); |
| 96 | 96 | |
| 97 | 97 | return $this; |
@@ -120,7 +120,7 @@ discard block |
||
| 120 | 120 | */ |
| 121 | 121 | protected function getLastMappingValidateFilePath() |
| 122 | 122 | { |
| 123 | - return $this->kernel->getCacheDir() . DIRECTORY_SEPARATOR . 'dev_bundle_last_mapping_validate'; |
|
| 123 | + return $this->kernel->getCacheDir().DIRECTORY_SEPARATOR.'dev_bundle_last_mapping_validate'; |
|
| 124 | 124 | } |
| 125 | 125 | |
| 126 | 126 | /** |