1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

Few phpDoc fix

And some little mistakes
This commit is contained in:
Jeremy Benoist 2016-01-03 10:59:55 +01:00
parent c5c7f90a81
commit 8eedc8cfac
6 changed files with 27 additions and 16 deletions

View file

@ -11,7 +11,6 @@ use Symfony\Component\Console\Output\NullOutput;
use Symfony\Component\Console\Question\Question;
use Symfony\Component\Console\Question\ConfirmationQuestion;
use Symfony\Component\Console\Helper\Table;
use Wallabag\UserBundle\Entity\User;
use Wallabag\CoreBundle\Entity\Config;
class InstallCommand extends ContainerAwareCommand