Skip to content

Commit

Permalink
bundle-typing
Browse files Browse the repository at this point in the history
  • Loading branch information
soullivaneuh committed Feb 20, 2024
1 parent 6f0635b commit 3399ad0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/AlgatuxInfluxDbBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
namespace Algatux\InfluxDbBundle;

use Algatux\InfluxDbBundle\DependencyInjection\AlgatuxInfluxDbExtension;
use Symfony\Component\DependencyInjection\Extension\ExtensionInterface;
use Symfony\Component\HttpKernel\Bundle\Bundle;

final class AlgatuxInfluxDbBundle extends Bundle
{
public function getContainerExtension()
public function getContainerExtension(): ?ExtensionInterface
{
return new AlgatuxInfluxDbExtension();
}
Expand Down

0 comments on commit 3399ad0

Please sign in to comment.