Skip to content

Commit 9de2ff4

Browse files
authored
0 =.
1 parent 1a70cff commit 9de2ff4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/system/EntityTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ protected function getCastNullableEntity()
588588
protected $string_null = null;
589589
protected $string_empty = null;
590590
protected $integer_null = null;
591-
protected $integer_0 = 0;
591+
protected $integer_0 = null;
592592
// 'bar' is db column, 'foo' is internal representation
593593
protected $_options = [
594594
'casts' => [

0 commit comments

Comments
 (0)