Skip to content

Commit 2f67a86

Browse files
committed
Fix CS
1 parent 79ede8f commit 2f67a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ContainerAwareEventDispatcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function __construct(ContainerInterface $container)
4242
{
4343
$this->container = $container;
4444

45-
$class = \get_class($this);
45+
$class = static::class;
4646
if ($this instanceof \PHPUnit_Framework_MockObject_MockObject || $this instanceof MockObject || $this instanceof \Prophecy\Doubler\DoubleInterface) {
4747
$class = get_parent_class($class);
4848
}

0 commit comments

Comments
 (0)