Skip to content

Commit

Permalink
[5.5] Update docblock for DatabaseRule trait (#21091)
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanedev-maroc authored and taylorotwell committed Sep 8, 2017
1 parent 37170a3 commit 63f8585
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Illuminate/Validation/Rules/DatabaseRule.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ public function __construct($table, $column = 'NULL')
/**
* Set a "where" constraint on the query.
*
* @param string $column
* @param array|string $value
* @param string|\Closure $column
* @param array|string|null $value
* @return $this
*/
public function where($column, $value = null)
Expand Down Expand Up @@ -138,7 +138,7 @@ public function whereNotIn($column, array $values)
/**
* Register a custom query callback.
*
* @param \Closure $callback
* @param \Closure $callback
* @return $this
*/
public function using(Closure $callback)
Expand Down

0 comments on commit 63f8585

Please sign in to comment.