Skip to content

Commit

Permalink
shift() interface
Browse files Browse the repository at this point in the history
  • Loading branch information
valzargaming committed Jan 17, 2025
1 parent 7893f56 commit 0a271bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Discord/Helpers/CollectionInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ interface CollectionInterface extends ArrayAccess, JsonSerializable, IteratorAgg
public function get(string $discrim, $key);
public function set($offset, $value);
public function pull($key, $default = null);
public function shift();
public function fill(array $items): self;
public function push(...$items): self;
public function pushItem($item): self;
Expand Down

0 comments on commit 0a271bc

Please sign in to comment.