@@ -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 | { |
@@ -14,7 +14,7 @@ |
||
| 14 | 14 | private static $mocks = []; |
| 15 | 15 | |
| 16 | 16 | /** |
| 17 | - * @param array $properties |
|
| 17 | + * @param string[] $properties |
|
| 18 | 18 | * @param mixed $returnValue |
| 19 | 19 | * @return \Mockery\MockInterface |
| 20 | 20 | */ |