There was an error while loading. Please reload this page.
1 parent 45e64af commit f99e346Copy full SHA for f99e346
1 file changed
src/Column/AbstractMultiRangeColumn.php
@@ -58,7 +58,7 @@ public function dbTypecast(mixed $value): mixed
58
*
59
* @return ?(Int4RangeValue|Int8RangeValue|NumRangeValue|TsRangeValue|TsTzRangeValue|DateRangeValue)[]
60
*/
61
- public function phpTypecast(mixed $value): ?array
+ public function phpTypecast(mixed $value): mixed
62
{
63
/**
64
* @var string|null $value We expect `phpTypecast()` to only receive the value that the database returns, which
0 commit comments