ZF-10531: Zend_Barcode_Object_ObjectAbstract->_factor is float not integer
Description
Zend_Barcode_Object_ObjectAbstract->_factor is described as integer, even in documentation but I believe should be float, see:
class Zend_Barcode_Object_ObjectAbstract, line 387 $this->_factor = floatval($value);
Comments
Posted by Mickael Perraud (mikaelkael) on 2010-11-19T09:18:34.000+0000
Fixed with r23399