Completed
Push — master ( bace46...1643b4 )
by Steevan
10:24
created
Service/ValidateSchemaService.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -89,9 +89,9 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     /**
Please login to merge, or discard this patch.