Skip to content

Commit

Permalink
Merge branch 'hotfix/1.0.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
LuanHimmlisch committed Sep 11, 2022
2 parents c609eb6 + a0ba5d6 commit d988cfb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# v1.0.3

## 09/11/2022

1. [](#bugfix)
- Removed `mixed` type, for `PHP 7.4` compatibility.

# v1.0.2

## 09/11/2022

1. [](#bugfix)
- Added vendor files.

# v1.0.1

## 09/11/2022
Expand Down
2 changes: 1 addition & 1 deletion whistleblower.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public function onPluginsInitialized(): void
}
}

public function executeEvent(mixed $_, String $key): void
public function executeEvent($_, String $key): void
{
call_user_func($this->events[$key]);
}
Expand Down

0 comments on commit d988cfb

Please sign in to comment.