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

Commit a668eab

Browse files
committed
Fixes DocBlock in Zend_Barcode_Object_Ean8
1 parent 2e7e2f1 commit a668eab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

library/Zend/Barcode/Object/Ean8.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,10 @@ protected function _drawText()
150150
/**
151151
* Particular validation for Ean8 barcode objects
152152
* (to suppress checksum character substitution)
153+
*
153154
* @param string $value
154155
* @param array $options
156+
* @throws Zend_Barcode_Object_Exception
155157
*/
156158
protected function _validateText($value, $options = array())
157159
{

0 commit comments

Comments
 (0)