Skip to content

Commit de470d3

Browse files
GianlucaGianluca
authored andcommitted
fix phpdoc
1 parent 7f2cd18 commit de470d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Database/Eloquent/Builder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1520,7 +1520,7 @@ public function qualifyColumn($column)
15201520
/**
15211521
* Qualify the column's lists name by the model's table.
15221522
*
1523-
* @param array|mixed $columns
1523+
* @param array|\Illuminate\Database\Query\Expression $columns
15241524
* @return array
15251525
*/
15261526
public function qualifyColumns($columns)

0 commit comments

Comments
 (0)