Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Feb 4, 2020
1 parent 9e3de19 commit 4ad8e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EventDispatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class EventDispatcher implements EventDispatcherInterface

public function __construct()
{
if (__CLASS__ === \get_class($this)) {
if (__CLASS__ === static::class) {
$this->optimized = [];
}
}
Expand Down

0 comments on commit 4ad8e14

Please sign in to comment.