Skip to content

Commit b45fbef

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Type/BooleanType.php

+5
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ public function __construct()
4141
{
4242
}
4343

44+
public function getConstantStrings(): array
45+
{
46+
return [];
47+
}
48+
4449
public function getConstantScalarTypes(): array
4550
{
4651
return [new ConstantBooleanType(true), new ConstantBooleanType(false)];

0 commit comments

Comments
 (0)