Skip to content

Commit 9e88432

Browse files
Apply rector
1 parent 908d58f commit 9e88432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Service/ConfigManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public function getEnabledQuestionsTypes(): array
8787
{
8888
return array_filter(
8989
$this->getConfigurableQuestionTypes(),
90-
fn(ConfigurableItemInterface $c): bool => $this->isConfigurableItemEnabled($c),
90+
$this->isConfigurableItemEnabled(...),
9191
);
9292
}
9393

0 commit comments

Comments
 (0)