We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -87,7 +87,7 @@ discard block |
||
| 87 | 87 | /** |
| 88 | 88 | * Get the creators account name. |
| 89 | 89 | * |
| 90 | - * @return Account|mixed |
|
| 90 | + * @return Account |
|
| 91 | 91 | */ |
| 92 | 92 | public function creator() : Account |
| 93 | 93 | { |
@@ -97,7 +97,7 @@ discard block |
||
| 97 | 97 | /** |
| 98 | 98 | * Get the creator model of the eloquent model. |
| 99 | 99 | * |
| 100 | - * @return Account|mixed |
|
| 100 | + * @return \Illuminate\Database\Eloquent\Relations\BelongsTo |
|
| 101 | 101 | */ |
| 102 | 102 | public function modifier() |
| 103 | 103 | { |
@@ -3,8 +3,8 @@ |
||
| 3 | 3 | namespace App\Model; |
| 4 | 4 | |
| 5 | 5 | use Carbon\Carbon; |
| 6 | -use Illuminate\Database\Eloquent\SoftDeletes; |
|
| 7 | 6 | use Illuminate\Database\Eloquent\Model as EloquentModel; |
| 7 | +use Illuminate\Database\Eloquent\SoftDeletes; |
|
| 8 | 8 | |
| 9 | 9 | /** |
| 10 | 10 | * Class Menus. |