Skip to content

Commit

Permalink
misc: make NativeBooleanType a BooleanType
Browse files Browse the repository at this point in the history
  • Loading branch information
romm committed Oct 23, 2023
1 parent 53e4047 commit d57ffae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Type/Types/NativeBooleanType.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

use CuyZ\Valinor\Mapper\Tree\Message\ErrorMessage;
use CuyZ\Valinor\Mapper\Tree\Message\MessageBuilder;
use CuyZ\Valinor\Type\ScalarType;
use CuyZ\Valinor\Type\BooleanType;
use CuyZ\Valinor\Type\Type;
use CuyZ\Valinor\Utility\IsSingleton;

use function assert;
use function is_bool;

/** @internal */
final class NativeBooleanType implements ScalarType
final class NativeBooleanType implements BooleanType
{
use IsSingleton;

Expand Down

0 comments on commit d57ffae

Please sign in to comment.