Skip to content

Commit d291d6a

Browse files
linting
1 parent adb82de commit d291d6a

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/Database/Database.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -518,9 +518,6 @@ function (mixed $value) {
518518
try {
519519
return self::encodeSpatialData($value, Database::VAR_LINESTRING);
520520
} catch (\Throwable) {
521-
if (is_null($value)) {
522-
return $value;
523-
}
524521
return $value;
525522
}
526523
},

0 commit comments

Comments
 (0)