Skip to content

Commit c55713e

Browse files
FrazerFrazer
authored andcommitted
Remove unneeded static[] from ret type in docblock of Illuminate\Database\Eloquent\Builder
1 parent c779c11 commit c55713e

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)