@@ -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 | |
@@ -20,7 +20,7 @@ discard block |
||
| 20 | 20 | private $fieldParserRegistry; |
| 21 | 21 | |
| 22 | 22 | /** |
| 23 | - * @param FieldParserRegistry $fieldParserFactory |
|
| 23 | + * @param FieldParserRegistry $fieldParserRegistry |
|
| 24 | 24 | */ |
| 25 | 25 | public function __construct(FieldParserRegistry $fieldParserRegistry) |
| 26 | 26 | { |
@@ -28,8 +28,8 @@ discard block |
||
| 28 | 28 | } |
| 29 | 29 | |
| 30 | 30 | /** |
| 31 | - * @param SimpleXMLElement $xmlField |
|
| 32 | - * @param SimpleXMLElement $xmlHeader |
|
| 31 | + * @param \SimpleXMLElement $xmlField |
|
| 32 | + * @param \SimpleXMLElement $xmlHeader |
|
| 33 | 33 | * @param float $scale |
| 34 | 34 | * @return Graze\CiffRenderer\Parser\FieldParser\FieldParserInterface |
| 35 | 35 | */ |