浏览代码

Fixes DocBlocks in Zend_Barcode_Object_Error

Frank Brückner 11 年之前
父节点
当前提交
34e97fa2bd
共有 1 个文件被更改,包括 4 次插入0 次删除
  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)