We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c609eb6 + a0ba5d6 commit d988cfbCopy full SHA for d988cfb
CHANGELOG.md
@@ -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
11
12
13
+ - Added vendor files.
14
15
# v1.0.1
16
17
## 09/11/2022
whistleblower.php
@@ -90,7 +90,7 @@ public function onPluginsInitialized(): void
90
}
91
92
93
- public function executeEvent(mixed $_, String $key): void
+ public function executeEvent($_, String $key): void
94
{
95
call_user_func($this->events[$key]);
96
0 commit comments