@@ -73,7 +73,7 @@ |
||
73 | 73 | * |
74 | 74 | * @param array $attributes |
75 | 75 | * |
76 | - * @return mixed |
|
76 | + * @return boolean |
|
77 | 77 | */ |
78 | 78 | public function update(array $attributes = []) |
79 | 79 | { |
@@ -63,7 +63,7 @@ |
||
63 | 63 | /** |
64 | 64 | * Returns all users that are not assigned in the current project. |
65 | 65 | * |
66 | - * @return array |
|
66 | + * @return \Illuminate\Support\Collection |
|
67 | 67 | */ |
68 | 68 | public function getNotMembers() |
69 | 69 | { |