Skip to content

Commit f882a45

Browse files
committed
update doc blocks
1 parent 3ea6a3d commit f882a45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Illuminate/Validation/Rules/DatabaseRule.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public function whereNotNull($column)
154154
* Set a "where in" constraint on the query.
155155
*
156156
* @param string $column
157-
* @param \Illuminate\Contracts\Support\Arrayable|array $values
157+
* @param \Illuminate\Contracts\Support\Arrayable|\BackedEnum|array $values
158158
* @return $this
159159
*/
160160
public function whereIn($column, $values)
@@ -168,7 +168,7 @@ public function whereIn($column, $values)
168168
* Set a "where not in" constraint on the query.
169169
*
170170
* @param string $column
171-
* @param \Illuminate\Contracts\Support\Arrayable|array $values
171+
* @param \Illuminate\Contracts\Support\Arrayable|\BackedEnum|array $values
172172
* @return $this
173173
*/
174174
public function whereNotIn($column, $values)

0 commit comments

Comments
 (0)