Skip to content

Commit

Permalink
fix serializeAs initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardocavazza committed Apr 14, 2023
1 parent 206ea03 commit 40cb49d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Geometry.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Geometry implements \JsonSerializable
/**
* Serialization format.
*/
protected static ?string $serializeAs;
protected static ?string $serializeAs = null;

/**
* Create a geometry wrapper.
Expand Down

0 comments on commit 40cb49d

Please sign in to comment.