Code Style fixes
This commit is contained in:
parent
c0ee57ae55
commit
90efaeec42
@ -93,9 +93,9 @@ EOT
|
||||
if (count($metadatas)) {
|
||||
$numRepositories = 0;
|
||||
$generator = new EntityRepositoryGenerator();
|
||||
|
||||
|
||||
$generator->setDefaultRepositoryName($repositoryName);
|
||||
|
||||
|
||||
foreach ($metadatas as $metadata) {
|
||||
if ($metadata->customRepositoryClassName) {
|
||||
$output->writeln(
|
||||
|
@ -90,7 +90,7 @@ class <className> extends <repositoryName>
|
||||
$repositoryName = $this->getDefaultRepositoryName();
|
||||
|
||||
if (substr($repositoryName, 0, 1) != '\\') {
|
||||
$repositoryName = '\\'.$repositoryName;
|
||||
$repositoryName = '\\' . $repositoryName;
|
||||
}
|
||||
|
||||
return $repositoryName;
|
||||
|
Loading…
Reference in New Issue
Block a user