Skip to content

Commit

Permalink
fix: Fix dangerous code-style
Browse files Browse the repository at this point in the history
  • Loading branch information
famoser committed Oct 1, 2023
1 parent 3ae1b95 commit 377b5fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EventGeneration/EventTarget.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class EventTarget

public function __construct()
{
$this->identifier = static::$nextIdentifier++;
$this->identifier = self::$nextIdentifier++;
}

/**
Expand Down

0 comments on commit 377b5fa

Please sign in to comment.