Skip to content

Commit

Permalink
Fix test (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov authored Nov 16, 2024
1 parent 431d5d3 commit 2239cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Stubs/ActiveRecord/Type.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Type extends ActiveRecord
public float|null $float_col2 = 1.23;
public mixed $blob_col;
public float|null $numeric_col = 33.22;
public string $time = '2002-01-01 00:00:00';
public string|Expression $time = '2002-01-01 00:00:00';
public bool|int $bool_col;
public bool|int|string|null $bool_col2 = true;
public string|Expression $ts_default;
Expand Down

0 comments on commit 2239cb3

Please sign in to comment.