Skip to content

Commit

Permalink
Update AbstractRepositoryInterface.php
Browse files Browse the repository at this point in the history
  • Loading branch information
valzargaming committed Dec 24, 2024
1 parent dcd2df1 commit edfe2c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Discord/Repository/AbstractRepositoryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function jsonSerialize(): array;
public function &getIterator(): Traversable;
public function __get(string $key);

// Methods imported from CollectionTrait
/* Methods imported from CollectionTrait
public function fill(array $items): static;
public function push(...$items): static;
public function isset($offset): bool;
Expand All @@ -61,4 +61,5 @@ public function __serialize(): array;
public function unserialize(string $serialized): void;
public function __unserialize(array $data): void;
public function __debugInfo(): array;
*/
}

0 comments on commit edfe2c6

Please sign in to comment.