Skip to content

Commit 7acc931

Browse files
authored
Update PngRenderer.php
Text correction
1 parent fbb1de7 commit 7acc931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Renderers/PngRenderer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public function __construct()
2727
} elseif (function_exists('imagecreate')) {
2828
$this->useImagick = false;
2929
} else {
30-
throw new BarcodeException('Neither gd-lib or imagick are installed!');
30+
throw new BarcodeException('Neither the GD library nor the Imagick extension is installed!');
3131
}
3232
}
3333

0 commit comments

Comments
 (0)