Completed
Push — master ( d4e4dc...912609 )
by Michal
14s
created
src/Controller/GithubController.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -194,7 +194,7 @@  discard block
 block discarded – undo
194 194
      * @param object $response the response returned by Github api
195 195
      * @param int    $status   status returned by Github API
196 196
      *
197
-     * @return error string
197
+     * @return string string
198 198
      */
199 199
     protected function _getErrors($response, $status)
200 200
     {
@@ -321,7 +321,7 @@  discard block
 block discarded – undo
321 321
      * Get Incident counts for a report and
322 322
      * all its related reports
323 323
      *
324
-     * @param $reportId Report ID
324
+     * @param integer $reportId Report ID
325 325
      *
326 326
      * @return $total_incident_count Total Incident count for a report
327 327
      */
Please login to merge, or discard this patch.