Skip to content

Commit

Permalink
Fix strict mode
Browse files Browse the repository at this point in the history
  • Loading branch information
r3h6 committed Sep 22, 2024
1 parent 4bc712c commit f39e98c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Classes/Domain/Repository/ScopeRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,8 @@ class ScopeRepository extends Repository implements ScopeRepositoryInterface, Lo

public function __construct(
protected readonly Configuration $configuration,
EventDispatcherInterface $eventDispatcher,
) {
$this->eventDispatcher = $eventDispatcher;
}
protected EventDispatcherInterface $eventDispatcher,
) {}

public function getScopeEntityByIdentifier($identifier)
{
Expand Down

0 comments on commit f39e98c

Please sign in to comment.