@@ -65,7 +65,7 @@ |
||
| 65 | 65 | * Filter the query by the given user id. |
| 66 | 66 | * |
| 67 | 67 | * @param Builder $query |
| 68 | - * @param Authenticatable|int $user |
|
| 68 | + * @param Authenticatable $user |
|
| 69 | 69 | */ |
| 70 | 70 | public function scopeWhereUser($query, Authenticatable $user): void |
| 71 | 71 | { |
@@ -58,7 +58,7 @@ |
||
| 58 | 58 | /** |
| 59 | 59 | * Register a revisioning model event with the dispatcher. |
| 60 | 60 | * |
| 61 | - * @param Closure|string $callback |
|
| 61 | + * @param Closure $callback |
|
| 62 | 62 | * @return void |
| 63 | 63 | */ |
| 64 | 64 | public static function revisioning($callback): void |