Skip to content

Commit f99e346

Browse files
committed
Fix bc
1 parent 45e64af commit f99e346

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Column/AbstractMultiRangeColumn.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function dbTypecast(mixed $value): mixed
5858
*
5959
* @return ?(Int4RangeValue|Int8RangeValue|NumRangeValue|TsRangeValue|TsTzRangeValue|DateRangeValue)[]
6060
*/
61-
public function phpTypecast(mixed $value): ?array
61+
public function phpTypecast(mixed $value): mixed
6262
{
6363
/**
6464
* @var string|null $value We expect `phpTypecast()` to only receive the value that the database returns, which

0 commit comments

Comments
 (0)