Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit e5c1deb

Browse files
committed
Fixes data types in docs for Zend_Barcode Objects
1 parent cfef1b7 commit e5c1deb

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

documentation/manual/en/module_specs/Zend_Barcode-Objects.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,10 @@ $barcode->setText('ZEND-FRAMEWORK')
125125

126126
<row>
127127
<entry><emphasis>factor</emphasis></entry>
128-
<entry><type>Integer</type></entry>
128+
<entry>
129+
<type>Integer</type>, <type>Float</type>,
130+
<type>String</type> or <type>Boolean</type>
131+
</entry>
129132
<entry>1</entry>
130133
<entry>Factor by which to multiply bar widths and font sizes</entry>
131134
</row>
@@ -161,7 +164,10 @@ $barcode->setText('ZEND-FRAMEWORK')
161164

162165
<row>
163166
<entry><emphasis>orientation</emphasis></entry>
164-
<entry><type>Integer</type></entry>
167+
<entry>
168+
<type>Integer</type>, <type>Float</type>,
169+
<type>String</type> or <type>Boolean</type>
170+
</entry>
165171
<entry>0</entry>
166172
<entry>Orientation of the barcode</entry>
167173
</row>

0 commit comments

Comments
 (0)