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 ddbe847 commit cf11f1fCopy full SHA for cf11f1f
src/Type/BooleanType.php
@@ -46,11 +46,6 @@ public function getConstantScalarTypes(): array
46
return [new ConstantBooleanType(true), new ConstantBooleanType(false)];
47
}
48
49
- public function getConstantStrings(): array
50
- {
51
- return [new ConstantStringType('1'), new ConstantStringType('0')];
52
- }
53
-
54
public function getConstantScalarValues(): array
55
{
56
return [true, false];
0 commit comments