Преглед изворни кода

Updated EntityGenerator spaces param to new coding standards

Jeremy Mikola пре 15 година
родитељ
комит
59f60abbd5
1 измењених фајлова са 1 додато и 1 уклоњено
  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;
     }