Skip to content

Commit 8e6e936

Browse files
committed
Update PHP doc types
1 parent af7f65e commit 8e6e936

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/BarcodeGeneratorSVG.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class BarcodeGeneratorSVG extends BarcodeGenerator
1515
* @return string SVG code.
1616
* @public
1717
*/
18-
public function getBarcode($barcode, string $type, int $widthFactor = 2, int $height = 30, string $foregroundColor = 'black'): string
18+
public function getBarcode(string $barcode, $type, int $widthFactor = 2, int $height = 30, string $foregroundColor = 'black'): string
1919
{
2020
$barcodeData = $this->getBarcodeData($barcode, $type);
2121

0 commit comments

Comments
 (0)