diff --git a/src/Geometry.php b/src/Geometry.php index 43a5e84..fae0385 100644 --- a/src/Geometry.php +++ b/src/Geometry.php @@ -28,7 +28,7 @@ class Geometry implements \JsonSerializable /** * Serialization format. */ - protected static ?string $serializeAs; + protected static ?string $serializeAs = null; /** * Create a geometry wrapper.