Skip to content

Commit

Permalink
Merge pull request #23 from rekalogika:build/deinternalize-objectcach…
Browse files Browse the repository at this point in the history
…efactory

build: Deinternalize `ObjectCacheFactory`
  • Loading branch information
priyadi committed Feb 20, 2024
2 parents 7d0c050 + a76e4dc commit 7c09878
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 7c09878

Please sign in to comment.