We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 349644f commit 2101d35Copy full SHA for 2101d35
tests/Builder/InterfaceBuilderTest.php
@@ -39,7 +39,7 @@ public function __construct()
39
],
40
)
41
->setResolveType(
42
- static fn (bool $value): Type => $value ? Type::string() : Type::int()
+ static fn (bool $value): Type => $value ? Type::string() : Type::int(),
43
44
->build();
45
0 commit comments