@@ -8,6 +8,7 @@ |
||
8 | 8 | { |
9 | 9 | /** |
10 | 10 | * @param \Ackintosh\Snidel\Fork |
11 | + * @param Fork $fork |
|
11 | 12 | * @throws \RuntimeException |
12 | 13 | */ |
13 | 14 | public function enqueue($fork) |
@@ -130,6 +130,7 @@ |
||
130 | 130 | /** |
131 | 131 | * |
132 | 132 | * @param \Ackintosh\Snidel\Result |
133 | + * @param Result $result |
|
133 | 134 | * @return void |
134 | 135 | */ |
135 | 136 | public function setResult($result) |
@@ -18,7 +18,6 @@ discard block |
||
18 | 18 | /** |
19 | 19 | * @param callable $callable |
20 | 20 | * @param array $args |
21 | - * @param string $string |
|
22 | 21 | */ |
23 | 22 | public function __construct($callable, $args, $tag) |
24 | 23 | { |
@@ -44,7 +43,7 @@ discard block |
||
44 | 43 | } |
45 | 44 | |
46 | 45 | /** |
47 | - * @return string|null |
|
46 | + * @return string |
|
48 | 47 | */ |
49 | 48 | public function getTag() |
50 | 49 | { |