|
49 | 49 | * @method $this groupEnd() |
50 | 50 | * @method $this groupStart() |
51 | 51 | * @method $this having($key, $value = null, ?bool $escape = null) |
52 | | - * @method $this havingBetween(?string $key = null, $values = null, ?bool $escape = null) |
| 52 | + * @method $this havingBetween(?string $key = null, array<array-key, mixed>|null $values = null, ?bool $escape = null) |
53 | 53 | * @method $this havingGroupEnd() |
54 | 54 | * @method $this havingGroupStart() |
55 | 55 | * @method $this havingIn(?string $key = null, $values = null, ?bool $escape = null) |
56 | 56 | * @method $this havingLike($field, string $match = '', string $side = 'both', ?bool $escape = null, bool $insensitiveSearch = false) |
57 | | - * @method $this havingNotBetween(?string $key = null, $values = null, ?bool $escape = null) |
| 57 | + * @method $this havingNotBetween(?string $key = null, array<array-key, mixed>|null $values = null, ?bool $escape = null) |
58 | 58 | * @method $this havingNotIn(?string $key = null, $values = null, ?bool $escape = null) |
59 | 59 | * @method $this join(string $table, string $cond, string $type = '', ?bool $escape = null) |
60 | 60 | * @method $this like($field, string $match = '', string $side = 'both', ?bool $escape = null, bool $insensitiveSearch = false) |
|
68 | 68 | * @method $this orderBy(string $orderBy, string $direction = '', ?bool $escape = null) |
69 | 69 | * @method $this orGroupStart() |
70 | 70 | * @method $this orHaving($key, $value = null, ?bool $escape = null) |
71 | | - * @method $this orHavingBetween(?string $key = null, $values = null, ?bool $escape = null) |
| 71 | + * @method $this orHavingBetween(?string $key = null, array<array-key, mixed>|null $values = null, ?bool $escape = null) |
72 | 72 | * @method $this orHavingGroupStart() |
73 | 73 | * @method $this orHavingIn(?string $key = null, $values = null, ?bool $escape = null) |
74 | 74 | * @method $this orHavingLike($field, string $match = '', string $side = 'both', ?bool $escape = null, bool $insensitiveSearch = false) |
75 | | - * @method $this orHavingNotBetween(?string $key = null, $values = null, ?bool $escape = null) |
| 75 | + * @method $this orHavingNotBetween(?string $key = null, array<array-key, mixed>|null $values = null, ?bool $escape = null) |
76 | 76 | * @method $this orHavingNotIn(?string $key = null, $values = null, ?bool $escape = null) |
77 | 77 | * @method $this orLike($field, string $match = '', string $side = 'both', ?bool $escape = null, bool $insensitiveSearch = false) |
78 | 78 | * @method $this orLikeAny(list<RawSql|string> $fields, string $match = '', string $side = 'both', ?bool $escape = null, bool $insensitiveSearch = false) |
|
81 | 81 | * @method $this orNotHavingLike($field, string $match = '', string $side = 'both', ?bool $escape = null, bool $insensitiveSearch = false) |
82 | 82 | * @method $this orNotLike($field, string $match = '', string $side = 'both', ?bool $escape = null, bool $insensitiveSearch = false) |
83 | 83 | * @method $this orWhere($key, $value = null, ?bool $escape = null) |
84 | | - * @method $this orWhereBetween(?string $key = null, $values = null, ?bool $escape = null) |
| 84 | + * @method $this orWhereBetween(?string $key = null, array<array-key, mixed>|null $values = null, ?bool $escape = null) |
85 | 85 | * @method $this orWhereColumn(string $first, string $second, ?bool $escape = null) |
86 | 86 | * @method $this orWhereExists($subquery) |
87 | 87 | * @method $this orWhereIn(?string $key = null, $values = null, ?bool $escape = null) |
88 | | - * @method $this orWhereNotBetween(?string $key = null, $values = null, ?bool $escape = null) |
| 88 | + * @method $this orWhereNotBetween(?string $key = null, array<array-key, mixed>|null $values = null, ?bool $escape = null) |
89 | 89 | * @method $this orWhereNotExists($subquery) |
90 | 90 | * @method $this orWhereNotIn(?string $key = null, $values = null, ?bool $escape = null) |
91 | 91 | * @method $this select($select = '*', ?bool $escape = null) |
|
97 | 97 | * @method $this when($condition, callable $callback, ?callable $defaultCallback = null) |
98 | 98 | * @method $this whenNot($condition, callable $callback, ?callable $defaultCallback = null) |
99 | 99 | * @method $this where($key, $value = null, ?bool $escape = null) |
100 | | - * @method $this whereBetween(?string $key = null, $values = null, ?bool $escape = null) |
| 100 | + * @method $this whereBetween(?string $key = null, array<array-key, mixed>|null $values = null, ?bool $escape = null) |
101 | 101 | * @method $this whereColumn(string $first, string $second, ?bool $escape = null) |
102 | 102 | * @method $this whereExists($subquery) |
103 | 103 | * @method $this whereIn(?string $key = null, $values = null, ?bool $escape = null) |
104 | | - * @method $this whereNotBetween(?string $key = null, $values = null, ?bool $escape = null) |
| 104 | + * @method $this whereNotBetween(?string $key = null, array<array-key, mixed>|null $values = null, ?bool $escape = null) |
105 | 105 | * @method $this whereNotExists($subquery) |
106 | 106 | * @method $this whereNotIn(?string $key = null, $values = null, ?bool $escape = null) |
107 | 107 | * |
|
0 commit comments