Skip to content

Commit

Permalink
Fixed chunk() method on Builder
Browse files Browse the repository at this point in the history
  • Loading branch information
SCIF committed Mar 13, 2024
1 parent b3a2c36 commit a1026ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/Builder.stubphp
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ namespace Illuminate\Database\Concerns {
*/
trait BuildsQueries {

/** @param callable(results:Collection<array-key, T> page: int) $callback */
/** @param callable(Collection<array-key, T>, int) $callback */
public function chunk(int $count, callable $callback): bool {}

/**
Expand Down

0 comments on commit a1026ac

Please sign in to comment.