Add a RendererInterface #43
Annotations
10 errors
build:
src/BarcodeGeneratorDynamicHTML.php#L24
Parameter #1 $color of method Picqer\Barcode\Renderers\DynamicHtmlRenderer::setForegroundColor() expects array, string given.
|
build:
src/BarcodeGeneratorHTML.php#L28
Parameter #1 $color of method Picqer\Barcode\Renderers\HtmlRenderer::setForegroundColor() expects array, string given.
|
build:
src/BarcodeGeneratorSVG.php#L28
Parameter #1 $color of method Picqer\Barcode\Renderers\SvgRenderer::setForegroundColor() expects array, string given.
|
build:
src/Renderers/PngRenderer.php#L63
Parameter #1 $width of method Picqer\Barcode\Renderers\PngRenderer::createImagickImageObject() expects int, float given.
|
build:
src/Renderers/PngRenderer.php#L63
Parameter #2 $height of method Picqer\Barcode\Renderers\PngRenderer::createImagickImageObject() expects int, float given.
|
build:
src/Renderers/PngRenderer.php#L67
Parameter #1 $width of method Picqer\Barcode\Renderers\PngRenderer::createGdImageObject() expects int, float given.
|
build:
src/Renderers/PngRenderer.php#L67
Parameter #2 $height of method Picqer\Barcode\Renderers\PngRenderer::createGdImageObject() expects int, float given.
|
build:
src/Renderers/PngRenderer.php#L85
Parameter #2 $x1 of function imagefilledrectangle expects int, float given.
|
build:
src/Renderers/PngRenderer.php#L85
Parameter #4 $x2 of function imagefilledrectangle expects int, float given.
|
build
Process completed with exit code 1.
|