Skip to content

Commit

Permalink
Merge pull request #33 from intaro/sf-notice
Browse files Browse the repository at this point in the history
fix symfony notices for bundle declaration
  • Loading branch information
muxx authored Oct 29, 2024
2 parents d069aeb + 9229998 commit 19ebb8d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions IntaroPinbaBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@
use Intaro\PinbaBundle\DependencyInjection\TwigPass;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\HttpKernel\Bundle\Bundle;
use Symfony\Component\HttpKernel\Kernel;

class IntaroPinbaBundle extends Bundle
{
public function build(ContainerBuilder $container)
public function build(ContainerBuilder $container): void
{
$container->addCompilerPass(new TwigPass());
}
Expand Down

0 comments on commit 19ebb8d

Please sign in to comment.