walkor %!s(int64=2) %!d(string=hai) anos
pai
achega
0b02a55864
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Events/Select.php

+ 1 - 1
src/Events/Select.php

@@ -285,7 +285,7 @@ class Select implements EventInterface
                     unset($this->eventTimer[$timerId]);
                 }
                 try {
-                    $taskData[0]($taskData[1]);
+                    $taskData[0](...$taskData[1]);
                 } catch (Throwable $e) {
                     Worker::stopAll(250, $e);
                 }