@@ -108,7 +108,7 @@ discard block |
||
108 | 108 | * |
109 | 109 | * @param \Phergie\Irc\Plugin\React\Command\CommandEvent $event |
110 | 110 | * @param \Phergie\Irc\Bot\React\EventQueueInterface $queue |
111 | - * @return \WyriHaximus\Phergie\Plugin\Http\Request |
|
111 | + * @return HttpRequest |
|
112 | 112 | */ |
113 | 113 | protected function getApiRequest(Event $event, Queue $queue) |
114 | 114 | { |
@@ -153,7 +153,7 @@ discard block |
||
153 | 153 | |
154 | 154 | /** |
155 | 155 | * Return an array of lines to send back to IRC when the request fails |
156 | - * @return array |
|
156 | + * @return string[] |
|
157 | 157 | */ |
158 | 158 | public function getRejectLines($error) |
159 | 159 | { |