We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -90,7 +90,7 @@ discard block |
||
90 | 90 | * @param int|callable $total |
91 | 91 | * @param array $callableArgs |
92 | 92 | * |
93 | - * @return Connection|object A connection or a promise |
|
93 | + * @return Connection A connection or a promise |
|
94 | 94 | */ |
95 | 95 | public function auto($args, $total, $callableArgs = []) |
96 | 96 | { |
@@ -131,7 +131,7 @@ discard block |
||
131 | 131 | } |
132 | 132 | |
133 | 133 | /** |
134 | - * @param Argument|array $args |
|
134 | + * @param Argument $args |
|
135 | 135 | * |
136 | 136 | * @return Argument |
137 | 137 | */ |
@@ -52,6 +52,9 @@ |
||
52 | 52 | } |
53 | 53 | } |
54 | 54 | |
55 | + /** |
|
56 | + * @return string |
|
57 | + */ |
|
55 | 58 | private function guessTagName(Definition $definition) |
56 | 59 | { |
57 | 60 | $tagName = null; |