Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lukmzig authored and github-actions[bot] committed Jan 26, 2024
1 parent dd148b8 commit fab34c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/EventListener/AdminListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ public function addIndexSettings(IndexActionSettingsEvent $event)
private function addEventSetting(
string $key,
IndexActionSettingsEvent $event
): void
{
): void {
$value = $this->config['graphql'][$key] ?? true;
$event->addSetting($key, $value);
}
Expand Down

0 comments on commit fab34c7

Please sign in to comment.