Skip to content

Commit

Permalink
marked method TestCase::setEventDispatcher as final
Browse files Browse the repository at this point in the history
  • Loading branch information
konecnyjakub committed Dec 31, 2024
1 parent 70b440e commit 9f2f14e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function __construct()
/**
* @internal
*/
public function setEventDispatcher(EventDispatcherInterface $eventDispatcher): void
final public function setEventDispatcher(EventDispatcherInterface $eventDispatcher): void
{
$this->eventDispatcher = $eventDispatcher;
}
Expand Down

0 comments on commit 9f2f14e

Please sign in to comment.