Skip to content

Commit

Permalink
Update BooleanType.php
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Jan 11, 2025
1 parent cf11f1f commit f09c433
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Type/BooleanType.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ public function __construct()
{
}

public function getConstantStrings(): array
{
return [];
}

public function getConstantScalarTypes(): array
{
return [new ConstantBooleanType(true), new ConstantBooleanType(false)];
Expand Down

0 comments on commit f09c433

Please sign in to comment.