Skip to content

Commit 7e4f615

Browse files
committed
Fixed detection of truthyness of null values.
1 parent f3ebc46 commit 7e4f615

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/helpers/Common.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
use \Smuuf\Primi\Structures\StringValue;
66
use \Smuuf\Primi\Structures\BoolValue;
7+
use \Smuuf\Primi\Structures\NullValue;
78
use \Smuuf\Primi\Structures\NumberValue;
89
use \Smuuf\Primi\Structures\ArrayValue;
910
use \Smuuf\Primi\Structures\Value;

0 commit comments

Comments
 (0)