@@ -50,7 +50,7 @@ discard block |
||
50 | 50 | * Radius of the inner hole of the ring. |
51 | 51 | * |
52 | 52 | * @param array $dom_attributes |
53 | - * @param float|int $radiusInner |
|
53 | + * @param double $radiusInner |
|
54 | 54 | * @return void |
55 | 55 | */ |
56 | 56 | public function radiusInner(array &$dom_attributes, float $radiusInner) |
@@ -62,7 +62,7 @@ discard block |
||
62 | 62 | * Radius of the outer edge of the ring. |
63 | 63 | * |
64 | 64 | * @param array $dom_attributes |
65 | - * @param float|int $radiusOuter |
|
65 | + * @param double $radiusOuter |
|
66 | 66 | * @return void |
67 | 67 | */ |
68 | 68 | public function radiusOuter(array &$dom_attributes, float $radiusOuter) |
@@ -74,7 +74,7 @@ discard block |
||
74 | 74 | * Central angle in degrees. |
75 | 75 | * |
76 | 76 | * @param array $dom_attributes |
77 | - * @param float|int $thetaLength |
|
77 | + * @param double $thetaLength |
|
78 | 78 | * @return void |
79 | 79 | */ |
80 | 80 | public function thetaLength(array &$dom_attributes, float $thetaLength) |
@@ -85,8 +85,8 @@ discard block |
||
85 | 85 | /** |
86 | 86 | * Starting angle in degrees. |
87 | 87 | * |
88 | - * @param array $dom_attributess |
|
89 | - * @param float|int $thetaStart |
|
88 | + * @param array $dom_attributes |
|
89 | + * @param double $thetaStart |
|
90 | 90 | * @return void |
91 | 91 | */ |
92 | 92 | public function thetaStart(array &$dom_attributes, float $thetaStart) |