Skip to content

Commit

Permalink
ci: fix psalm error
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent4vx committed Jul 26, 2023
1 parent bc1a7c5 commit 561b821
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Leaf/BooleanStringElement.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ class BooleanStringElement extends AbstractBooleanElement
{
/**
* {@inheritdoc}
*
* @return scalar|null
* @psalm-suppress ImplementedReturnTypeMismatch
*/
protected function sanitize($rawValue)
{
Expand Down

0 comments on commit 561b821

Please sign in to comment.