Skip to content

Commit e530b10

Browse files
committed
do not specify type for date::$isNull
1 parent 41bf7d4 commit e530b10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AbraFlexi/Date.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Date extends \DateTime {
2020
* Support for Null values
2121
* @var bool
2222
*/
23-
public bool $isNull = false;
23+
public $isNull = false;
2424

2525
/**
2626
* AbraFlexi date to PHP DateTime conversion

0 commit comments

Comments
 (0)