Skip to content

Commit bc023ee

Browse files
npotierOskarStark
authored andcommitted
Add missing use statements
1 parent aa6b8c7 commit bc023ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

configuration/multiple_kernels.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,8 @@ the application ID to run under CLI context::
257257

258258
// bin/console
259259
use Shared\Kernel;
260-
// ...
260+
use Symfony\Component\Console\Input\InputInterface;
261+
use Symfony\Component\Console\Input\InputOption;
261262

262263
return function (InputInterface $input, array $context) {
263264
$kernel = new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG'], $input->getParameterOption(['--id', '-i'], $context['APP_ID']));

0 commit comments

Comments
 (0)