You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -109,7 +101,7 @@ public function __call(string $method, array $args) {
109
101
*
110
102
* @return mixed result returned from executing function / method registered on an instance of this class
111
103
*/
112
-
publicfunction__invoke(array$args) {
104
+
publicfunction__invoke(array$args): mixed {
113
105
114
106
$argsCopy = [];
115
107
@@ -189,12 +181,10 @@ public function getLatestBenchmark(): array {
189
181
* @param string $funcName a name of your choosing (for the callable to be executed) that adheres to PHP method naming rules that will be used to label the call for benchmarking purposes
190
182
* @param callable $funcImplementation the callable to be executed
191
183
* @param array<mixed> $args arguments required by the callable to be executed
0 commit comments