@@ -56,7 +56,7 @@ |
||
| 56 | 56 | * @param string $key |
| 57 | 57 | * @param bool $reset |
| 58 | 58 | * |
| 59 | - * @return void |
|
| 59 | + * @return boolean |
|
| 60 | 60 | */ |
| 61 | 61 | public function setAttribute(Model $model, $key, $reset = false) |
| 62 | 62 | { |
@@ -39,7 +39,7 @@ discard block |
||
| 39 | 39 | /** |
| 40 | 40 | * Get the user who created the record. |
| 41 | 41 | * |
| 42 | - * @return \Illuminate\Database\Eloquent\Model |
|
| 42 | + * @return \Illuminate\Database\Eloquent\Relations\BelongsTo |
|
| 43 | 43 | */ |
| 44 | 44 | public function creator() |
| 45 | 45 | { |
@@ -52,7 +52,7 @@ discard block |
||
| 52 | 52 | /** |
| 53 | 53 | * Get the user who updated the record for the last time. |
| 54 | 54 | * |
| 55 | - * @return \Illuminate\Database\Eloquent\Model |
|
| 55 | + * @return \Illuminate\Database\Eloquent\Relations\BelongsTo |
|
| 56 | 56 | */ |
| 57 | 57 | public function updater() |
| 58 | 58 | { |