Skip to content

Commit

Permalink
Update params
Browse files Browse the repository at this point in the history
  • Loading branch information
valzargaming committed Jan 16, 2025
1 parent 72cc5d8 commit a7651df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Discord/Helpers/CollectionInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function has(...$keys): bool;
public function filter(callable $callback);
public function find(callable $callback);
public function clear(): void;
public function sort(callable $callback): static;
public function sort(callable|int|null $callback): static;
public function map(callable $callback);
public function merge($collection): self;
public function toArray();
Expand Down

0 comments on commit a7651df

Please sign in to comment.