Skip to content

Commit d988cfb

Browse files
committed
Merge branch 'hotfix/1.0.3'
2 parents c609eb6 + a0ba5d6 commit d988cfb

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# v1.0.3
2+
3+
## 09/11/2022
4+
5+
1. [](#bugfix)
6+
- Removed `mixed` type, for `PHP 7.4` compatibility.
7+
8+
# v1.0.2
9+
10+
## 09/11/2022
11+
12+
1. [](#bugfix)
13+
- Added vendor files.
14+
115
# v1.0.1
216

317
## 09/11/2022

whistleblower.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public function onPluginsInitialized(): void
9090
}
9191
}
9292

93-
public function executeEvent(mixed $_, String $key): void
93+
public function executeEvent($_, String $key): void
9494
{
9595
call_user_func($this->events[$key]);
9696
}

0 commit comments

Comments
 (0)