Skip to content

Commit

Permalink
Fix Illuminate\Database\Query\Builder::whereDate type hint for $colum…
Browse files Browse the repository at this point in the history
…n parameter (#39868)

* Fix Illuminate\Database\Query\Builder::whereDate type hint for $column parameter

* Update Builder.php

Co-authored-by: Taylor Otwell <taylor@laravel.com>
  • Loading branch information
wimski and taylorotwell committed Dec 2, 2021
1 parent beea2aa commit 9ae7467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Database/Query/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -1242,7 +1242,7 @@ public function orWhereNotNull($column)
/**
* Add a "where date" statement to the query.
*
* @param string $column
* @param \Illuminate\Database\Query\Expression|string $column
* @param string $operator
* @param \DateTimeInterface|string|null $value
* @param string $boolean
Expand Down

0 comments on commit 9ae7467

Please sign in to comment.