Skip to content

Commit e35b272

Browse files
committed
Fix psalm
1 parent af6cb97 commit e35b272

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Column/BooleanColumn.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public function dbTypecast(mixed $value): string|ExpressionInterface|null
2323
};
2424
}
2525

26+
/** @psalm-mutation-free */
2627
public function getPhpType(): string
2728
{
2829
return PhpType::BOOL;

0 commit comments

Comments
 (0)