We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 908d58f commit 9e88432Copy full SHA for 9e88432
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