Skip to content

Commit 9f35e19

Browse files
chore: fix phpdoc params (GoogleCloudPlatform#82)
1 parent 99dddc5 commit 9f35e19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Invoker.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ class Invoker
2929
private $errorLogFunc;
3030

3131
/**
32-
* @param $target callable The callable to be invoked
33-
* @param $signatureType The signature type of the target callable, either
34-
* "event" or "http".
32+
* @param callable $target The callable to be invoked
33+
* @param string $signatureType The signature type of the target callable,
34+
* either "event" or "http".
3535
*/
3636
public function __construct(callable $target, string $signatureType)
3737
{

0 commit comments

Comments
 (0)