@@ -50,7 +50,7 @@ |
||
50 | 50 | { |
51 | 51 | return [ |
52 | 52 | 'centroid' => parent::toArray(), |
53 | - 'points' => array_map(function ($point) { |
|
53 | + 'points' => array_map(function($point) { |
|
54 | 54 | return $point->toArray(); |
55 | 55 | }, $this->getPoints()), |
56 | 56 | ]; |