@@ -8,12 +8,9 @@ |
||
8 | 8 | */ |
9 | 9 | namespace eZ\Bundle\EzPublishCoreBundle\Console; |
10 | 10 | |
11 | -use eZ\Publish\Core\MVC\Exception\InvalidSiteAccessException as InvalidSiteAccess; |
|
12 | 11 | use eZ\Publish\Core\MVC\Symfony\Event\ConsoleInitEvent; |
13 | -use eZ\Publish\Core\MVC\Symfony\Event\ScopeChangeEvent; |
|
14 | 12 | use eZ\Publish\Core\MVC\Symfony\MVCEvents; |
15 | 13 | use Symfony\Bundle\FrameworkBundle\Console\Application as BaseApplication; |
16 | -use Symfony\Component\Console\ConsoleEvents; |
|
17 | 14 | use Symfony\Component\Console\Input\InputInterface; |
18 | 15 | use Symfony\Component\Console\Input\InputOption; |
19 | 16 | use Symfony\Component\Console\Output\OutputInterface; |
@@ -49,6 +49,7 @@ |
||
49 | 49 | |
50 | 50 | /** |
51 | 51 | * ConsoleCommandListener constructor. |
52 | + * @param string $defaultSiteAccessName |
|
52 | 53 | */ |
53 | 54 | public function __construct($defaultSiteAccessName, array $siteAccessList, EventDispatcherInterface $eventDispatcher, $debug = false) |
54 | 55 | { |