Fixing wrong variable name.
This commit is contained in:
parent
7ac08931bc
commit
464accecfe
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ EOT
|
||||||
$converter = new ConvertDoctrine1Schema($fromPaths);
|
$converter = new ConvertDoctrine1Schema($fromPaths);
|
||||||
$metadata = $converter->getMetadata();
|
$metadata = $converter->getMetadata();
|
||||||
|
|
||||||
if ($metadatas) {
|
if ($metadata) {
|
||||||
$output->write(PHP_EOL);
|
$output->write(PHP_EOL);
|
||||||
|
|
||||||
foreach ($metadata as $class) {
|
foreach ($metadata as $class) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue