Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bc023ee

Browse filesBrowse files
npotierOskarStark
authored andcommitted
Add missing use statements
1 parent aa6b8c7 commit bc023ee
Copy full SHA for bc023ee

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎configuration/multiple_kernels.rst

Copy file name to clipboardExpand all lines: configuration/multiple_kernels.rst
+2-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.