Skip to content

Commit 2239cb3

Browse files
authored
Fix test (#390)
1 parent 431d5d3 commit 2239cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Stubs/ActiveRecord/Type.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Type extends ActiveRecord
2323
public float|null $float_col2 = 1.23;
2424
public mixed $blob_col;
2525
public float|null $numeric_col = 33.22;
26-
public string $time = '2002-01-01 00:00:00';
26+
public string|Expression $time = '2002-01-01 00:00:00';
2727
public bool|int $bool_col;
2828
public bool|int|string|null $bool_col2 = true;
2929
public string|Expression $ts_default;

0 commit comments

Comments
 (0)