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 9817891 commit c3db48bCopy full SHA for c3db48b
app/config.php
@@ -246,10 +246,7 @@
246
SyntaxHighlighter::class => factory(PsxFactory::class),
247
PsxFactory::class => object(),
248
ResetProgress::class => function (ContainerInterface $c) {
249
- return new ResetProgress(
250
- $c->get(UserStateSerializer::class),
251
- $c->get(OutputInterface::class)
252
- );
+ return new ResetProgress($c->get(UserStateSerializer::class));
253
},
254
ResultRendererFactory::class => object(),
255
ResultsRenderer::class => function (ContainerInterface $c) {
0 commit comments