Skip to content

Commit 554783e

Browse files
committed
Update BooleanType.php
1 parent b1c847e commit 554783e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Type/BooleanType.php

-5
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,6 @@ public function getConstantScalarTypes(): array
4646
return [new ConstantBooleanType(true), new ConstantBooleanType(false)];
4747
}
4848

49-
public function getConstantStrings(): array
50-
{
51-
return [new ConstantStringType('1'), new ConstantStringType('0')];
52-
}
53-
5449
public function getConstantScalarValues(): array
5550
{
5651
return [true, false];

0 commit comments

Comments
 (0)