@@ -194,7 +194,7 @@ discard block |
||
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 |
||
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 | */ |