@@ -7,7 +7,7 @@ |
||
7 | 7 | abstract class AbstractGraphicPrimitiveRenderer extends AbstractRenderer |
8 | 8 | { |
9 | 9 | /** |
10 | - * @return int |
|
10 | + * @return double |
|
11 | 11 | */ |
12 | 12 | protected function getLineWeight() |
13 | 13 | { |
@@ -7,7 +7,7 @@ |
||
7 | 7 | abstract class AbstractGraphicPrimitiveRenderer extends AbstractRenderer |
8 | 8 | { |
9 | 9 | /** |
10 | - * @return int |
|
10 | + * @return double |
|
11 | 11 | */ |
12 | 12 | protected function getLineWeight() |
13 | 13 | { |
@@ -22,7 +22,7 @@ |
||
22 | 22 | /** |
23 | 23 | * @param ParserInterface $parser |
24 | 24 | * |
25 | - * @return ParserInterface |
|
25 | + * @return FixedTextRenderer |
|
26 | 26 | */ |
27 | 27 | protected function instantiateRenderer(ParserInterface $parser) |
28 | 28 | { |