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

Commit 12492a4

Browse files
committed
Fixes DocBlock in Zend_Barcode_Object_Upce
1 parent 28399fa commit 12492a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

library/Zend/Barcode/Object/Upce.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,10 @@ protected function _drawText()
188188
/**
189189
* Particular validation for Upce barcode objects
190190
* (to suppress checksum character substitution)
191+
*
191192
* @param string $value
192193
* @param array $options
194+
* @throws Zend_Barcode_Object_Exception
193195
*/
194196
protected function _validateText($value, $options = array())
195197
{

0 commit comments

Comments
 (0)