@@ -34,7 +34,7 @@ |
||
34 | 34 | * |
35 | 35 | * @param Model $model |
36 | 36 | * |
37 | - * @return void|FormInterface |
|
37 | + * @return FormAbstract |
|
38 | 38 | */ |
39 | 39 | public function editingModel(Model $model) |
40 | 40 | { |
@@ -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 |
@@ -40,7 +40,7 @@ |
||
40 | 40 | * |
41 | 41 | * @param string $term |
42 | 42 | * |
43 | - * @return Eloquent\Collection|static[] |
|
43 | + * @return Eloquent\Collection |
|
44 | 44 | */ |
45 | 45 | public function searchTags($term) |
46 | 46 | { |