diff --git a/tests/Builder/InterfaceBuilderTest.php b/tests/Builder/InterfaceBuilderTest.php index ccfaddb..c9f479d 100644 --- a/tests/Builder/InterfaceBuilderTest.php +++ b/tests/Builder/InterfaceBuilderTest.php @@ -39,7 +39,7 @@ public function __construct() ], ) ->setResolveType( - static fn (bool $value): Type => $value ? Type::string() : Type::int() + static fn (bool $value): Type => $value ? Type::string() : Type::int(), ) ->build();