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

Commit 28399fa

Browse files
committed
Fixes DocBlock in Zend_Barcode_Object_Identcode
1 parent a668eab commit 28399fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/Zend/Barcode/Object/Identcode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public function getTextToDisplay()
6666
* Check allowed characters
6767
* @param string $value
6868
* @return string
69-
* @throw Zend_Barcode_Object_Exception
69+
* @throws Zend_Barcode_Object_Exception
7070
*/
7171
public function validateText($value)
7272
{

0 commit comments

Comments
 (0)