Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit f8962fc

Browse files
committed
Fixes DocBlocks in Zend_Barcode_Object_Code128
1 parent 751e20f commit f8962fc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

library/Zend/Barcode/Object/Code128.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,8 @@ protected static function _isDigit($string, $pos, $length = 2)
259259

260260
/**
261261
* Convert string to barcode string
262+
*
263+
* @param $string
262264
* @return array
263265
*/
264266
protected function _convertToBarcodeChars($string)
@@ -380,8 +382,10 @@ public function getChecksum($text)
380382

381383
/**
382384
* Standard validation for most of barcode objects
385+
*
383386
* @param string $value
384387
* @param array $options
388+
* @return bool
385389
*/
386390
protected function _validateText($value, $options = array())
387391
{

0 commit comments

Comments
 (0)