File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Illuminate/Validation/Rules Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ public function whereNotNull($column)
154
154
* Set a "where in" constraint on the query.
155
155
*
156
156
* @param string $column
157
- * @param \Illuminate\Contracts\Support\Arrayable|array $values
157
+ * @param \Illuminate\Contracts\Support\Arrayable|\BackedEnum| array $values
158
158
* @return $this
159
159
*/
160
160
public function whereIn ($ column , $ values )
@@ -168,7 +168,7 @@ public function whereIn($column, $values)
168
168
* Set a "where not in" constraint on the query.
169
169
*
170
170
* @param string $column
171
- * @param \Illuminate\Contracts\Support\Arrayable|array $values
171
+ * @param \Illuminate\Contracts\Support\Arrayable|\BackedEnum| array $values
172
172
* @return $this
173
173
*/
174
174
public function whereNotIn ($ column , $ values )
You can’t perform that action at this time.
0 commit comments