Skip to content

Commit a9aebb0

Browse files
committed
fix doc indent
1 parent a8d30c8 commit a9aebb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Map/src/Circle.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
final class Circle implements Element
2222
{
2323
/**
24-
* @param array<string, mixed> $extra Extra data, can be used by the developer to store additional information and use them later JavaScript side
25-
* @param float $radius The radius of the circle in meters
24+
* @param array<string, mixed> $extra Extra data, can be used by the developer to store additional information and use them later JavaScript side
25+
* @param float $radius The radius of the circle in meters
2626
*/
2727
public function __construct(
2828
public readonly Point $center,

0 commit comments

Comments
 (0)