Skip to content

Commit

Permalink
Run rector
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVanderbist committed May 10, 2024
1 parent 5ef1cf9 commit 8bca63b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Filters/Filter.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ interface Filter
{
/**
* @param \Illuminate\Database\Eloquent\Builder<TModelClass> $query
* @param mixed $value
* @param string $property
*
* @return mixed
*/
public function __invoke(Builder $query, $value, string $property);
public function __invoke(Builder $query, mixed $value, string $property);
}

0 comments on commit 8bca63b

Please sign in to comment.