Completed
Push — master ( d21696...bd00aa )
by Chris
03:17
created
src/Plugin.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -153,7 +153,8 @@
 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
+     * @param \GuzzleHttp\Stream\StreamInterface $error
157
+     * @return string[]
157 158
      */
158 159
     public function getRejectLines($error)
159 160
     {
Please login to merge, or discard this patch.