Skip to content

Commit

Permalink
Update src/bundle/DependencyInjection/Configuration/Parser/Notificati…
Browse files Browse the repository at this point in the history
…onsConfigParser.php

Co-authored-by: Konrad Oboza <konrad.oboza@ibexa.co>
  • Loading branch information
webhdx and konradoboza authored Nov 21, 2023
1 parent fc61575 commit a9216a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function mapConfig(array &$scopeSettings, $currentScope, ContextualizerIn
/**
* @param array<string, mixed> $config
*/
public function postMap(array $config, ContextualizerInterface $contextualizer)
public function postMap(array $config, ContextualizerInterface $contextualizer): void
{
foreach (self::MAPPED_SETTINGS as $setting) {
$contextualizer->mapConfigArray(sprintf('notifications.%s', $setting), $config);
Expand Down

0 comments on commit a9216a0

Please sign in to comment.