Skip to content

Commit c91da17

Browse files
authored
Merge pull request leafo#445 from Alexssssss/patch-1
Preg_match error array > string
2 parents 0649d38 + e940017 commit c91da17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Compiler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3621,7 +3621,7 @@ private function coerceValue($value)
36213621
}
36223622

36233623
if ($value === null) {
3624-
$value = self::$null;
3624+
return self::$null;
36253625
}
36263626

36273627
if (is_numeric($value)) {

0 commit comments

Comments
 (0)