Skip to content

Commit f5b122e

Browse files
committed
Revert "properties default array", which broke tests
This reverts commit b8bcafa.
1 parent 980408c commit f5b122e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GeoJson/Feature/Feature.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class Feature extends GeoJson
4040
* @param mixed $id
4141
* @param CoordinateResolutionSystem|BoundingBox $arg,...
4242
*/
43-
public function __construct(Geometry $geometry = null, array $properties = array(), $id = null)
43+
public function __construct(Geometry $geometry = null, array $properties = null, $id = null)
4444
{
4545
$this->geometry = $geometry;
4646
$this->properties = $properties;

0 commit comments

Comments
 (0)