Quellcode durchsuchen

Updated EntityGenerator spaces param to new coding standards

Jeremy Mikola vor 15 Jahren
Ursprung
Commit
59f60abbd5
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/Symfony/Framework/DoctrineBundle/Command/DoctrineCommand.php

+ 1 - 1
src/Symfony/Framework/DoctrineBundle/Command/DoctrineCommand.php

@@ -73,7 +73,7 @@ abstract class DoctrineCommand extends Command
         $entityGenerator->setGenerateStubMethods(true);
         $entityGenerator->setRegenerateEntityIfExists(false);
         $entityGenerator->setUpdateEntityIfExists(true);
-        $entityGenerator->setNumSpaces(2);
+        $entityGenerator->setNumSpaces(4);
         return $entityGenerator;
     }