Completed
Push — master ( 74fc32...6cb676 )
by Chris
01:55
created
src/Plugin.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -108,7 +108,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.