@@ -30,7 +30,7 @@ discard block |
||
30 | 30 | * Scaling factor in the X direction. |
31 | 31 | * |
32 | 32 | * @param array $dom_attributes |
33 | - * @param float|int $scale_x |
|
33 | + * @param double $scale_x |
|
34 | 34 | * @return void |
35 | 35 | */ |
36 | 36 | public function scaleX(array &$dom_attributes, float $scale_x) |
@@ -42,7 +42,7 @@ discard block |
||
42 | 42 | * Scaling factor in the Y direction.. |
43 | 43 | * |
44 | 44 | * @param array $dom_attributes |
45 | - * @param float|int $scale_y |
|
45 | + * @param double $scale_y |
|
46 | 46 | * @return void |
47 | 47 | */ |
48 | 48 | public function scaleY(array &$dom_attributes, float $scale_y) |
@@ -54,7 +54,7 @@ discard block |
||
54 | 54 | * Scaling factor in the Z direction. |
55 | 55 | * |
56 | 56 | * @param array $dom_attributes |
57 | - * @param float|int $scale_z |
|
57 | + * @param double $scale_z |
|
58 | 58 | * @return void |
59 | 59 | */ |
60 | 60 | public function scaleZ(array &$dom_attributes, float $scale_z) |