We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47b12a8 commit 362fb1aCopy full SHA for 362fb1a
app/config.php
@@ -123,7 +123,7 @@
123
return $colors;
124
},
125
OutputInterface::class => function (ContainerInterface $c) {
126
- return new StdOutput($c->get(Color::class), $c->get(TerminalInterface::class));
+ return new StdOutput($c->get(Color::class), $c->get(Terminal::class));
127
128
129
ExerciseRepository::class => function (ContainerInterface $c) {
@@ -307,7 +307,7 @@ function (CgiResult $result) use ($c) {
307
return new ResultsRenderer(
308
$c->get('appName'),
309
$c->get(Color::class),
310
- $c->get(TerminalInterface::class),
+ $c->get(Terminal::class),
311
$c->get(ExerciseRepository::class),
312
$c->get(KeyLighter::class),
313
$c->get(ResultRendererFactory::class)
0 commit comments