Skip to content

Add a RendererInterface #43

Add a RendererInterface

Add a RendererInterface #43

Triggered via pull request September 22, 2024 07:52
Status Failure
Total duration 19s
Artifacts

phpstan.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.