Browse Source

Fixes DocBlocks in Zend_Barcode_Object_Error

Frank Brückner 11 years ago
parent
commit
34e97fa2bd
1 changed files with 4 additions and 0 deletions
  1. 4 0
      library/Zend/Barcode/Object/Error.php

+ 4 - 0
library/Zend/Barcode/Object/Error.php

@@ -45,6 +45,8 @@ class Zend_Barcode_Object_Error extends Zend_Barcode_Object_ObjectAbstract
 
     /**
      * Height is forced
+     *
+     * @param bool $recalculate
      * @return integer
      */
     public function getHeight($recalculate = false)
@@ -54,6 +56,8 @@ class Zend_Barcode_Object_Error extends Zend_Barcode_Object_ObjectAbstract
 
     /**
      * Width is forced
+     *
+     * @param bool $recalculate
      * @return integer
      */
     public function getWidth($recalculate = false)