From bffa3f61352eefb756ddfdc9a2877af462cd28bd Mon Sep 17 00:00:00 2001 From: gitetsu Date: Thu, 10 Feb 2022 12:19:43 +0900 Subject: [PATCH] fix: Query::whereBetween can accept \Illuminate\Database\Query\Expression --- stubs/QueryBuilder.stub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/QueryBuilder.stub b/stubs/QueryBuilder.stub index 7a5ff22cf..12826c138 100644 --- a/stubs/QueryBuilder.stub +++ b/stubs/QueryBuilder.stub @@ -466,7 +466,7 @@ class Builder /** * Add a where between statement to the query. * - * @param string $column + * @param string|\Illuminate\Database\Query\Expression $column * @param array $values * @param string $boolean * @param bool $not