@@ -68,7 +68,7 @@ discard block |
||
68 | 68 | } |
69 | 69 | |
70 | 70 | /** |
71 | - * @return int |
|
71 | + * @return double |
|
72 | 72 | */ |
73 | 73 | public function getPositionX() |
74 | 74 | { |
@@ -76,7 +76,7 @@ discard block |
||
76 | 76 | } |
77 | 77 | |
78 | 78 | /** |
79 | - * @return int |
|
79 | + * @return double |
|
80 | 80 | */ |
81 | 81 | public function getPositionY() |
82 | 82 | { |
@@ -84,7 +84,7 @@ discard block |
||
84 | 84 | } |
85 | 85 | |
86 | 86 | /** |
87 | - * @return int |
|
87 | + * @return double |
|
88 | 88 | */ |
89 | 89 | public function getWidth() |
90 | 90 | { |
@@ -92,7 +92,7 @@ discard block |
||
92 | 92 | } |
93 | 93 | |
94 | 94 | /** |
95 | - * @return int |
|
95 | + * @return double |
|
96 | 96 | */ |
97 | 97 | public function getHeight() |
98 | 98 | { |
@@ -8,21 +8,25 @@ |
||
8 | 8 | { |
9 | 9 | /** |
10 | 10 | * @param \SimpleXMLElement $xmlField |
11 | + * @return void |
|
11 | 12 | */ |
12 | 13 | public function setXmlField(\SimpleXMLElement $xmlField); |
13 | 14 | |
14 | 15 | /** |
15 | 16 | * @param \SimpleXMLElement $xmlHeader |
17 | + * @return void |
|
16 | 18 | */ |
17 | 19 | public function setXmlHeader(\SimpleXMLElement $xmlHeader); |
18 | 20 | |
19 | 21 | /** |
20 | 22 | * @param float $scale |
23 | + * @return void |
|
21 | 24 | */ |
22 | 25 | public function setScale($scale); |
23 | 26 | |
24 | 27 | /** |
25 | 28 | * @param FieldParserRegistry $fieldParserRegistry |
29 | + * @return void |
|
26 | 30 | */ |
27 | 31 | public function setFieldParserRegistry(FieldParserRegistry $fieldParserRegistry); |
28 | 32 |