Skip to content

Commit

Permalink
Move KeyEncoder to Internal
Browse files Browse the repository at this point in the history
  • Loading branch information
vudaltsov committed Aug 28, 2024
1 parent dd6b8c3 commit 7830a49
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace Typhoon\Collection;
namespace Typhoon\Collection\Internal;

/**
* @internal
Expand Down
1 change: 0 additions & 1 deletion src/Collection/Internal/TheOrderedMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

namespace Typhoon\Collection\Internal;

use Typhoon\Collection\KeyEncoder;
use Typhoon\Collection\KeyIsNotDefined;
use Typhoon\Collection\List_;
use Typhoon\Collection\MutableOrderedMap;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace Typhoon\Collection;
namespace Typhoon\Collection\Internal;

/**
* @internal
Expand Down
2 changes: 2 additions & 0 deletions src/Collection/KeyIsNotDefined.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

namespace Typhoon\Collection;

use Typhoon\Collection\Internal\ValueStringifier;

/**
* @api
*/
Expand Down
1 change: 1 addition & 0 deletions src/Collection/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

namespace Typhoon\Collection;

use Typhoon\Collection\Internal\KeyEncoder;
use Typhoon\Collection\Internal\TheList;
use Typhoon\Collection\Internal\TheOrderedMap;

Expand Down

0 comments on commit 7830a49

Please sign in to comment.