Fixing code style issue
This commit is contained in:
parent
c6d784abc5
commit
59f3fe3a40
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ EOT
|
|||
);
|
||||
}
|
||||
|
||||
if ( count($metadatas)) {
|
||||
if (count($metadatas)) {
|
||||
// Create EntityGenerator
|
||||
$entityGenerator = new EntityGenerator();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue