Completed
Pull Request — master (#6015)
by Javier
09:24
created
lib/Doctrine/ORM/Tools/EntityRepositoryGenerator.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -234,7 +234,7 @@  discard block
 block discarded – undo
234 234
         $code = $this->generateEntityRepositoryClass($fullClassName);
235 235
 
236 236
         $path = $outputDirectory . \DIRECTORY_SEPARATOR
237
-              . str_replace('\\', \DIRECTORY_SEPARATOR, $fullClassName) . '.php';
237
+                . str_replace('\\', \DIRECTORY_SEPARATOR, $fullClassName) . '.php';
238 238
         $dir = dirname($path);
239 239
 
240 240
         if ( ! is_dir($dir)) {
@@ -264,7 +264,7 @@  discard block
 block discarded – undo
264 264
         $code = $this->generateEntityRepositoryClassWithMagicMethodDocblocks($metadata);
265 265
 
266 266
         $path = $outputDirectory . \DIRECTORY_SEPARATOR
267
-              . str_replace('\\', \DIRECTORY_SEPARATOR, $metadata->customRepositoryClassName) . '.php';
267
+                . str_replace('\\', \DIRECTORY_SEPARATOR, $metadata->customRepositoryClassName) . '.php';
268 268
         $dir = dirname($path);
269 269
 
270 270
         if ( ! is_dir($dir)) {
Please login to merge, or discard this patch.