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 1ec03c3 commit c7b1a15Copy full SHA for c7b1a15
src/Factory/MenuFactory.php
@@ -59,7 +59,6 @@ function (CliMenu $menu) use ($exerciseRenderer, $eventDispatcher, $exercise) {
59
$this->dispatchExerciseSelectedEvent($eventDispatcher, $exercise);
60
$exerciseRenderer->__invoke($menu);
61
},
62
- $exerciseRenderer,
63
$userState->completedExercise($exercise->getName()),
64
$this->isExerciseDisabled($exercise, $userState, $workshopType)
65
];
0 commit comments