Skip to content

Commit 9189aa7

Browse files
committed
fix doc indent
1 parent a8d30c8 commit 9189aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Map/src/Circle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ final class Circle implements Element
2222
{
2323
/**
2424
* @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
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)