Skip to content

Commit

Permalink
Merge pull request #5 from xaviermarchegay/master
Browse files Browse the repository at this point in the history
symfony 6 compatibility
  • Loading branch information
gplanchat authored Dec 14, 2023
2 parents 9d98618 + 86a469c commit e62fbc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/KibokoSyliusPayzenBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
namespace Kiboko\SyliusPayzenBundle;

use Kiboko\SyliusPayzenBundle\DependencyInjection\KibokoSyliusPayzenExtension;
use Symfony\Component\DependencyInjection\Extension\ExtensionInterface;
use Symfony\Component\HttpKernel\Bundle\Bundle;

final class KibokoSyliusPayzenBundle extends Bundle
{
public function getContainerExtension()
public function getContainerExtension(): ?ExtensionInterface
{
if (null === $this->extension) {
$this->extension = new KibokoSyliusPayzenExtension();
Expand Down

0 comments on commit e62fbc3

Please sign in to comment.