Skip to content

Commit

Permalink
build: Deinternalize ObjectCacheFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi committed Feb 20, 2024
1 parent 7d0c050 commit a76e4dc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* fix(`Mapper`): Fix typehint.
* test: test array cast to object mapping
* feat(`Context`): `with()` not accepts multiple argument.
* build: Deinternalize `ObjectCacheFactory`

## 1.0.0

Expand Down
3 changes: 0 additions & 3 deletions src/ObjectCache/Implementation/ObjectCacheFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
use Rekalogika\Mapper\ObjectCache\ObjectCacheFactoryInterface;
use Rekalogika\Mapper\TypeResolver\TypeResolverInterface;

/**
* @internal
*/
final class ObjectCacheFactory implements ObjectCacheFactoryInterface
{
public function __construct(
Expand Down
3 changes: 0 additions & 3 deletions src/ObjectCache/ObjectCacheFactoryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@

namespace Rekalogika\Mapper\ObjectCache;

/**
* @internal
*/
interface ObjectCacheFactoryInterface
{
public function createObjectCache(): ObjectCache;
Expand Down

0 comments on commit a76e4dc

Please sign in to comment.