Skip to content

Commit

Permalink
Fix incorrect typechange in Query Builder (#53841)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnoordsij authored Dec 11, 2024
1 parent 0755902 commit 9f66103
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 @@ -123,7 +123,7 @@ class Builder implements BuilderContract
/**
* The where constraints for the query.
*
* @var array|null
* @var array
*/
public $wheres = [];

Expand Down

0 comments on commit 9f66103

Please sign in to comment.