We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4805818 commit e472489Copy full SHA for e472489
src/Illuminate/Validation/Rules/DatabaseRule.php
@@ -77,7 +77,7 @@ public function resolveTableName($table)
77
* Set a "where" constraint on the query.
78
*
79
* @param \Closure|string $column
80
- * @param array|string|null $value
+ * @param array|string|int|null $value
81
* @return $this
82
*/
83
public function where($column, $value = null)
0 commit comments