Skip to content

Commit

Permalink
Fix the bug that caused by the return type missed match in BaseEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
Kushan committed Feb 14, 2022
1 parent 6ccc41a commit dd9f0dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Event/BaseEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public function getChanged()
*
* @return string
*/
abstract public function getEventType();
abstract public function getEventType(): string;

/**
* Returns the array to be used for encoding this object as json.
Expand Down

0 comments on commit dd9f0dd

Please sign in to comment.