Skip to content

Commit

Permalink
misc!: revoke ObjectBuilder API access
Browse files Browse the repository at this point in the history
Although it looked like a good idea in the first place, the current
feature of the library is probably powerful enough for most cases
without having to use a custom `ObjectBuilder`.

If for some reason keeping this interface open for custom
implementations, a revert could be considered.
  • Loading branch information
romm committed May 21, 2022
1 parent 427a291 commit 11e1262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mapper/Object/ObjectBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace CuyZ\Valinor\Mapper\Object;

/** @api */
/** @internal */
interface ObjectBuilder
{
/**
Expand Down

0 comments on commit 11e1262

Please sign in to comment.