ImportUsersCommand code quality fix 2.

This commit is contained in:
Alexey Skobkin 2016-12-12 20:56:40 +03:00
parent e52dc94c77
commit b16646a2ed

View file

@ -103,5 +103,7 @@ class ImportUsersCommand extends ContainerAwareCommand
}
$output->writeln($count . ' users imported.');
return 0;
}
}