Code Style fixes
This commit is contained in:
parent
c0ee57ae55
commit
90efaeec42
2 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue