Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jan 9, 2025
1 parent 2cb920c commit 5462863
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Illuminate/Database/Query/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -3562,8 +3562,7 @@ public function count($columns = '*')
}

/**
* Retrieve the "count" of the distinct results of a given column
* for each group.
* Retrieve the "count" of the distinct results of a given column for each group.
*
* @param \Illuminate\Contracts\Database\Query\Expression|string $columns
* @return \Illuminate\Support\Collection
Expand Down

0 comments on commit 5462863

Please sign in to comment.