Skip to content

Commit 551569e

Browse files
authored
Update Builder.php (#49563)
`$columns` can be `null` (before any columns are selected
1 parent f434c26 commit 551569e

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
@@ -82,7 +82,7 @@ class Builder implements BuilderContract
8282
/**
8383
* The columns that should be returned.
8484
*
85-
* @var array
85+
* @var array|null
8686
*/
8787
public $columns;
8888

0 commit comments

Comments
 (0)