Skip to content

Commit 9f66103

Browse files
authored
Fix incorrect typechange in Query Builder (#53841)
1 parent 0755902 commit 9f66103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Database/Query/Builder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ class Builder implements BuilderContract
123123
/**
124124
* The where constraints for the query.
125125
*
126-
* @var array|null
126+
* @var array
127127
*/
128128
public $wheres = [];
129129

0 commit comments

Comments
 (0)