Skip to content

Commit

Permalink
Merge pull request #90 from aeviiq/4.0
Browse files Browse the repository at this point in the history
4.0
  • Loading branch information
aeviiq committed Feb 20, 2024
2 parents 1748aeb + bcb666d commit 8a87b33
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 19 deletions.
1 change: 0 additions & 1 deletion src/Collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

use Aeviiq\Collection\Exception\InvalidArgumentException;
use Aeviiq\Collection\Exception\LogicException;
use Doctrine\ODM\MongoDB\PersistentCollection\PersistentCollectionInterface;
use Traversable;

/**
Expand Down
3 changes: 0 additions & 3 deletions src/FloatCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
use Aeviiq\Collection\Exception\InvalidArgumentException;

/**
* @template TKey of array-key
* @template TValue of float
*
* @extends Collection<array-key, float>
*/
class FloatCollection extends Collection
Expand Down
3 changes: 0 additions & 3 deletions src/ImmutableFloatCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
use Aeviiq\Collection\Exception\InvalidArgumentException;

/**
* @template TKey of array-key
* @template TValue of float
*
* @extends ImmutableCollection<array-key, float>
*/
class ImmutableFloatCollection extends ImmutableCollection
Expand Down
3 changes: 0 additions & 3 deletions src/ImmutableIntCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
use Aeviiq\Collection\Exception\InvalidArgumentException;

/**
* @template TKey of array-key
* @template TValue of int
*
* @extends ImmutableCollection<array-key, int>
*/
class ImmutableIntCollection extends ImmutableCollection
Expand Down
3 changes: 0 additions & 3 deletions src/ImmutableStringCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
use Aeviiq\Collection\Exception\InvalidArgumentException;

/**
* @template TKey of array-key
* @template TValue of string
*
* @extends ImmutableCollection<array-key, string>
*/
class ImmutableStringCollection extends ImmutableCollection
Expand Down
3 changes: 0 additions & 3 deletions src/IntCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
use Aeviiq\Collection\Exception\InvalidArgumentException;

/**
* @template TKey of array-key
* @template TValue of int
*
* @extends Collection<array-key, int>
*/
class IntCollection extends Collection
Expand Down
3 changes: 0 additions & 3 deletions src/StringCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
use Aeviiq\Collection\Exception\InvalidArgumentException;

/**
* @template TKey of array-key
* @template TValue of string
*
* @extends Collection<array-key, string>
*/
class StringCollection extends Collection
Expand Down

0 comments on commit 8a87b33

Please sign in to comment.