@@ -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 |
@@ -58,7 +58,7 @@ |
||
58 | 58 | /** |
59 | 59 | * Returns a setting value |
60 | 60 | * |
61 | - * @param $name |
|
61 | + * @param string $name |
|
62 | 62 | * @param mixed|null $default |
63 | 63 | * @return mixed |
64 | 64 | */ |
@@ -106,7 +106,7 @@ |
||
106 | 106 | * |
107 | 107 | * @param Tag $tag |
108 | 108 | * |
109 | - * @return mixed |
|
109 | + * @return \Illuminate\Http\RedirectResponse |
|
110 | 110 | */ |
111 | 111 | public function getDelete(Tag $tag) |
112 | 112 | { |
@@ -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 | { |
@@ -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 | { |