Skip to content

Commit

Permalink
Update EventServiceProvider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostwriter committed Jul 31, 2023
1 parent fb13775 commit e9ae086
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ServiceProvider/EventServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Ghostwriter\Compliance\ServiceProvider;

use Ghostwriter\Container\ContainerExceptionInterface;
use Ghostwriter\Container\ExceptionInterface;
use Ghostwriter\Container\ContainerInterface;
use Ghostwriter\Container\ServiceProviderInterface;
use Ghostwriter\EventDispatcher\Contract\DispatcherInterface;
Expand All @@ -20,7 +20,7 @@
final class EventServiceProvider implements ServiceProviderInterface
{
/**
* @throws ContainerExceptionInterface
* @throws ExceptionInterface
*/
public function __invoke(ContainerInterface $container): void
{
Expand Down

0 comments on commit e9ae086

Please sign in to comment.