@@ -67,7 +67,7 @@ |
||
| 67 | 67 | /** |
| 68 | 68 | * Reassign the issue to a new user |
| 69 | 69 | * |
| 70 | - * @param int|User $assignTo |
|
| 70 | + * @param integer $assignTo |
|
| 71 | 71 | * @param int|User $user |
| 72 | 72 | * |
| 73 | 73 | * @return Eloquent\Model |
@@ -336,7 +336,7 @@ |
||
| 336 | 336 | /** |
| 337 | 337 | * Returns the model that is belong to the queue message. |
| 338 | 338 | * |
| 339 | - * @return Issue|Issue\Comment|Note |
|
| 339 | + * @return \Illuminate\Database\Eloquent\Model |
|
| 340 | 340 | */ |
| 341 | 341 | protected function getModel() |
| 342 | 342 | { |
@@ -98,7 +98,7 @@ |
||
| 98 | 98 | /** |
| 99 | 99 | * Returns first status tag id. |
| 100 | 100 | * |
| 101 | - * @return int |
|
| 101 | + * @return string |
|
| 102 | 102 | */ |
| 103 | 103 | public function getFirstStatusTagId() |
| 104 | 104 | { |