Skip to content

Commit

Permalink
Merge pull request #48228 from FrazerFlanagan/remove-unneeded-static-…
Browse files Browse the repository at this point in the history
…array-ret-type-from-db-eloquent-builder-get

Remove unneeded Return type in Docblock of Illuminate\Database\Eloquent\Builder.php
  • Loading branch information
nunomaduro authored Aug 29, 2023
2 parents c779c11 + c55713e commit 86b76dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Database/Eloquent/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ public function valueOrFail($column)
* Execute the query as a "select" statement.
*
* @param array|string $columns
* @return \Illuminate\Database\Eloquent\Collection|static[]
* @return \Illuminate\Database\Eloquent\Collection
*/
public function get($columns = ['*'])
{
Expand Down

0 comments on commit 86b76dc

Please sign in to comment.