From a9ef4e02ea2a3106c3f4aa285a348ce3479924bb Mon Sep 17 00:00:00 2001 From: Philipp Daun Date: Thu, 23 Jul 2026 10:06:34 +0200 Subject: [PATCH] Fix param name of scope method --- src/Query/Scopes/Scope.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */