@@ -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 | { |
@@ -5,7 +5,6 @@ |
||
| 5 | 5 | use \Mockery as m; |
| 6 | 6 | use Graze\CiffRenderer\Field\Renderer\StaticGraphicRenderer; |
| 7 | 7 | use Intervention\Image\ImageManager; |
| 8 | -use Intervention\Image\Image; |
|
| 9 | 8 | |
| 10 | 9 | class StaticGraphicRendererTest extends \PHPUnit_Framework_TestCase |
| 11 | 10 | { |