Skip to content

Commit 86b76dc

Browse files
authored
Merge pull request #48228 from FrazerFlanagan/remove-unneeded-static-array-ret-type-from-db-eloquent-builder-get
Remove unneeded Return type in Docblock of Illuminate\Database\Eloquent\Builder.php
2 parents c779c11 + c55713e commit 86b76dc

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
@@ -709,7 +709,7 @@ public function valueOrFail($column)
709709
* Execute the query as a "select" statement.
710710
*
711711
* @param array|string $columns
712-
* @return \Illuminate\Database\Eloquent\Collection|static[]
712+
* @return \Illuminate\Database\Eloquent\Collection
713713
*/
714714
public function get($columns = ['*'])
715715
{

0 commit comments

Comments
 (0)