Skip to content

Commit 4ad8e14

Browse files
committed
Fix CS
1 parent 9e3de19 commit 4ad8e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EventDispatcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class EventDispatcher implements EventDispatcherInterface
3838

3939
public function __construct()
4040
{
41-
if (__CLASS__ === \get_class($this)) {
41+
if (__CLASS__ === static::class) {
4242
$this->optimized = [];
4343
}
4444
}

0 commit comments

Comments
 (0)