Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Oct 9, 2023
1 parent 6459f6c commit 01fa873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Database/Concerns/BuildsQueries.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public function chunkById($count, callable $callback, $column = null, $alias = n
*/
public function chunkByIdDesc($count, callable $callback, $column = null, $alias = null)
{
return $this->orderedChunkById($count, $callback, $column, $alias, true);
return $this->orderedChunkById($count, $callback, $column, $alias, descending: true);
}

/**
Expand Down

0 comments on commit 01fa873

Please sign in to comment.