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

Commit 34e97fa

Browse files
committed
Fixes DocBlocks in Zend_Barcode_Object_Error
1 parent f8962fc commit 34e97fa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

library/Zend/Barcode/Object/Error.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ public function validateText($value)
4545

4646
/**
4747
* Height is forced
48+
*
49+
* @param bool $recalculate
4850
* @return integer
4951
*/
5052
public function getHeight($recalculate = false)
@@ -54,6 +56,8 @@ public function getHeight($recalculate = false)
5456

5557
/**
5658
* Width is forced
59+
*
60+
* @param bool $recalculate
5761
* @return integer
5862
*/
5963
public function getWidth($recalculate = false)

0 commit comments

Comments
 (0)