Skip to content

Commit

Permalink
Add return type declaration of load method (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscosantamaria authored Jan 6, 2025
1 parent dbb27a2 commit 6c97336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DependencyInjection/MinishlinkWebPushExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/
class MinishlinkWebPushExtension extends Extension
{
public function load(array $configs, ContainerBuilder $container)
public function load(array $configs, ContainerBuilder $container): void
{
$configuration = $this->getConfiguration($configs, $container);
$config = $this->processConfiguration($configuration, $configs);
Expand Down

0 comments on commit 6c97336

Please sign in to comment.