Skip to content

Commit

Permalink
Fixing wrong variable name.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwage committed May 14, 2010
1 parent 7ac0893 commit 464acce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ protected function execute(Console\Input\InputInterface $input, Console\Output\O
$converter = new ConvertDoctrine1Schema($fromPaths);
$metadata = $converter->getMetadata();

if ($metadatas) {
if ($metadata) {
$output->write(PHP_EOL);

foreach ($metadata as $class) {
Expand Down

0 comments on commit 464acce

Please sign in to comment.