Skip to content

Commit 5cfb816

Browse files
committed
Merge branch '4.4' into 5.0
* 4.4: Fix CS Fix CS
2 parents 4a7a8cd + 4ad8e14 commit 5cfb816

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
@@ -37,7 +37,7 @@ class EventDispatcher implements EventDispatcherInterface
3737

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

0 commit comments

Comments
 (0)