Skip to content

Commit

Permalink
Merge pull request #74 from Lctrs/fix/countable
Browse files Browse the repository at this point in the history
collection: implements missing \Countable interface
  • Loading branch information
drupol committed Apr 3, 2021
2 parents 614a663 + 13076fa commit 56eb342
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Contract/Collection.php
Expand Up @@ -4,6 +4,7 @@

namespace loophp\collection\Contract;

use Countable;
use Iterator;
use IteratorAggregate;
use JsonSerializable;
Expand Down Expand Up @@ -229,6 +230,7 @@ interface Collection extends
Combineable,
Compactable,
Containsable,
Countable,
Currentable,
Cycleable,
Diffable,
Expand Down

0 comments on commit 56eb342

Please sign in to comment.