Skip to content

Commit

Permalink
Revert "properties default array", which broke tests
Browse files Browse the repository at this point in the history
This reverts commit b8bcafa.
  • Loading branch information
jmikola committed Jan 21, 2022
1 parent 980408c commit f5b122e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GeoJson/Feature/Feature.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class Feature extends GeoJson
* @param mixed $id
* @param CoordinateResolutionSystem|BoundingBox $arg,...
*/
public function __construct(Geometry $geometry = null, array $properties = array(), $id = null)
public function __construct(Geometry $geometry = null, array $properties = null, $id = null)
{
$this->geometry = $geometry;
$this->properties = $properties;
Expand Down

0 comments on commit f5b122e

Please sign in to comment.