Skip to content

Commit

Permalink
Added final
Browse files Browse the repository at this point in the history
  • Loading branch information
jrabausch committed Jun 12, 2021
1 parent 0c014fd commit 4951d5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/EventDispatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use Psr\EventDispatcher\ListenerProviderInterface;
use Psr\EventDispatcher\StoppableEventInterface;

class EventDispatcher implements EventDispatcherInterface
final class EventDispatcher implements EventDispatcherInterface
{
/** @var ListenerProviderInterface */
protected $listenerProvider;
Expand Down
2 changes: 1 addition & 1 deletion src/ListenerProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
use function array_keys;
use function sort;

class ListenerProvider implements ListenerProviderInterface
final class ListenerProvider implements ListenerProviderInterface
{
/** @var array<array<string, callable[]>> */
protected $eventListeners = [];
Expand Down

0 comments on commit 4951d5d

Please sign in to comment.