There was an error while loading. Please reload this page.
1 parent 908d58f commit 9e88432Copy full SHA for 9e88432
1 file changed
src/Service/ConfigManager.php
@@ -87,7 +87,7 @@ public function getEnabledQuestionsTypes(): array
87
{
88
return array_filter(
89
$this->getConfigurableQuestionTypes(),
90
- fn(ConfigurableItemInterface $c): bool => $this->isConfigurableItemEnabled($c),
+ $this->isConfigurableItemEnabled(...),
91
);
92
}
93
0 commit comments