This repository has been archived by the owner on May 24, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 568
Mistake in Zend\Barcode documentation #1366
Labels
Comments
Also the /**
* Set factor applying to
* thinBarWidth - thickBarWidth - barHeight - fontSize
* @param int|float|string|bool $value
* @return \Zend\Barcode\Object\ObjectInterface
* @throws \Zend\Barcode\Object\Exception\ExceptionInterface
*/ |
The same for |
Fixed in ZF1. (zendframework/zf1@51904b6 and zendframework/zf1@e5c1deb) |
froschdesign
added a commit
to froschdesign/zf2-documentation
that referenced
this issue
Jan 5, 2015
froschdesign
added a commit
to froschdesign/zf2
that referenced
this issue
Jan 5, 2015
This is handled in zendframework/zendframework#7101 |
weierophinney
pushed a commit
to zendframework/zend-barcode
that referenced
this issue
May 14, 2015
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
http://framework.zend.com/manual/2.3/en/modules/zend.barcode.objects.html#zend-barcode-objects-common-options
factor
option, actually, has float data type.See \Zend\Barcode\Object\AbstractObject::setFactor()
Same mistake in ZF1 documentation.
The text was updated successfully, but these errors were encountered: