Skip to content

Commit

Permalink
Fix interface for diff()
Browse files Browse the repository at this point in the history
  • Loading branch information
valzargaming committed Jan 17, 2025
1 parent 71c24b4 commit c32e30d
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 @@ -44,7 +44,7 @@ public function toArray();
public function collect();
public function keys(): array;
public function values(): array;
public function diff(): array;
public function diff($items, ?callable $callback);
public function offsetExists($offset): bool;
#[\ReturnTypeWillChange]
public function offsetGet($offset);
Expand Down

0 comments on commit c32e30d

Please sign in to comment.