Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
Migrating from PHP 5.6 to PHP 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
webeweb committed Feb 3, 2021
1 parent 33fa004 commit 8c2f6b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion WBWHaveIBeenPwnedBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

namespace WBW\Bundle\HaveIBeenPwnedBundle;

use Symfony\Component\DependencyInjection\Extension\Extension;
use Symfony\Component\HttpKernel\Bundle\Bundle;
use WBW\Bundle\HaveIBeenPwnedBundle\DependencyInjection\WBWHaveIBeenPwnedExtension;

Expand All @@ -25,7 +26,7 @@ class WBWHaveIBeenPwnedBundle extends Bundle {
/**
* {@inheritDoc}
*/
public function getContainerExtension() {
public function getContainerExtension(): Extension {
return new WBWHaveIBeenPwnedExtension();
}
}

0 comments on commit 8c2f6b4

Please sign in to comment.