diff --git a/src/Query/Scopes/Scope.php b/src/Query/Scopes/Scope.php index 96db9cc1cb3..9ba9f9447cd 100644 --- a/src/Query/Scopes/Scope.php +++ b/src/Query/Scopes/Scope.php @@ -14,7 +14,7 @@ abstract class Scope /** * Apply the scope to a given query builder. * - * @param \Statamic\Query\Builder $builder + * @param \Statamic\Query\Builder $query * @param array $values * @return void */