We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79ede8f commit 2f67a86Copy full SHA for 2f67a86
ContainerAwareEventDispatcher.php
@@ -42,7 +42,7 @@ public function __construct(ContainerInterface $container)
42
{
43
$this->container = $container;
44
45
- $class = \get_class($this);
+ $class = static::class;
46
if ($this instanceof \PHPUnit_Framework_MockObject_MockObject || $this instanceof MockObject || $this instanceof \Prophecy\Doubler\DoubleInterface) {
47
$class = get_parent_class($class);
48
}
0 commit comments