File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ class BarcodeGeneratorDynamicHTML extends BarcodeGenerator
11
11
* This 'dynamic' version uses percentage based widths and heights, resulting in a vector-y qualitative result.
12
12
*
13
13
* @param string $barcode code to print
14
- * @param BarcodeGenerator::Type_ * $type (string) type of barcode
14
+ * @param BarcodeGenerator::TYPE_ * $type (string) type of barcode
15
15
* @param string $foregroundColor Foreground color for bar elements as '#333' or 'orange' for example (background is transparent).
16
16
* @return string HTML code.
17
17
*/
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ class BarcodeGeneratorHTML extends BarcodeGenerator
9
9
* This original version uses pixel based widths and heights. Use Dynamic HTML version for better quality representation.
10
10
*
11
11
* @param string $barcode code to print
12
- * @param BarcodeGenerator::Type_ * $type (string) type of barcode
12
+ * @param BarcodeGenerator::TYPE_ * $type (string) type of barcode
13
13
* @param int $widthFactor Width of a single bar element in pixels.
14
14
* @param int $height Height of a single bar element in pixels.
15
15
* @param string $foregroundColor Foreground color for bar elements as '#333' or 'orange' for example (background is transparent).
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ public function useGd()
46
46
* Return a PNG image representation of barcode (requires GD or Imagick library).
47
47
*
48
48
* @param string $barcode code to print
49
- * @param BarcodeGenerator::Type_ * $type (string) type of barcode
49
+ * @param BarcodeGenerator::TYPE_ * $type (string) type of barcode
50
50
* @param int $widthFactor Width of a single bar element in pixels.
51
51
* @param int $height Height of a single bar element in pixels.
52
52
* @param array $foregroundColor RGB (0-255) foreground color for bar elements (background is transparent).
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ class BarcodeGeneratorSVG extends BarcodeGenerator
8
8
* Return a SVG string representation of barcode.
9
9
*
10
10
* @param $barcode (string) code to print
11
- * @param BarcodeGenerator::Type_ * $type (string) type of barcode
11
+ * @param BarcodeGenerator::TYPE_ * $type (string) type of barcode
12
12
* @param $widthFactor (float) Minimum width of a single bar in user units.
13
13
* @param $height (float) Height of barcode in user units.
14
14
* @param $foregroundColor (string) Foreground color (in SVG format) for bar elements (background is transparent).
You can’t perform that action at this time.
0 commit comments