@@ -96,7 +96,7 @@ discard block |
||
| 96 | 96 | * |
| 97 | 97 | * @param string $url |
| 98 | 98 | * |
| 99 | - * @return mixed |
|
| 99 | + * @return string |
|
| 100 | 100 | */ |
| 101 | 101 | public function to($url) |
| 102 | 102 | { |
@@ -142,7 +142,7 @@ discard block |
||
| 142 | 142 | /** |
| 143 | 143 | * Returns an array of core groups. |
| 144 | 144 | * |
| 145 | - * @return array |
|
| 145 | + * @return string[] |
|
| 146 | 146 | */ |
| 147 | 147 | public static function getCoreGroups() |
| 148 | 148 | { |
@@ -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 | { |
@@ -66,8 +66,8 @@ |
||
| 66 | 66 | /** |
| 67 | 67 | * Reassign the issue to a new user. |
| 68 | 68 | * |
| 69 | - * @param int|User $assignTo |
|
| 70 | - * @param int|User $user |
|
| 69 | + * @param integer $assignTo |
|
| 70 | + * @param \Illuminate\Contracts\Auth\Authenticatable|null $user |
|
| 71 | 71 | * |
| 72 | 72 | * @return Eloquent\Model |
| 73 | 73 | */ |