Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99dddc5 commit 9f35e19Copy full SHA for 9f35e19
src/Invoker.php
@@ -29,9 +29,9 @@ class Invoker
29
private $errorLogFunc;
30
31
/**
32
- * @param $target callable The callable to be invoked
33
- * @param $signatureType The signature type of the target callable, either
34
- * "event" or "http".
+ * @param callable $target The callable to be invoked
+ * @param string $signatureType The signature type of the target callable,
+ * either "event" or "http".
35
*/
36
public function __construct(callable $target, string $signatureType)
37
{
0 commit comments