瀏覽代碼

[ZF-6553]getLineWidth() misses return

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@15375 44c647ce-9c0f-0410-b52a-842ac1e357ba
yoshida@zend.co.jp 17 年之前
父節點
當前提交
f4f31b6c3e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      library/Zend/Pdf/Style.php

+ 1 - 1
library/Zend/Pdf/Style.php

@@ -217,7 +217,7 @@ class Zend_Pdf_Style
      */
     public function getLineWidth()
     {
-        $this->_lineWidth->value;
+        return $this->_lineWidth->value;
     }
 
     /**