@@ -168,7 +168,7 @@ discard block |
||
168 | 168 | /** |
169 | 169 | * Get Character Spacing |
170 | 170 | * |
171 | - * @return double |
|
171 | + * @return integer |
|
172 | 172 | */ |
173 | 173 | public function getCharacterSpacing() |
174 | 174 | { |
@@ -178,7 +178,7 @@ discard block |
||
178 | 178 | /** |
179 | 179 | * Set Character Spacing |
180 | 180 | * Value in pt |
181 | - * @param float|int $pValue |
|
181 | + * @param integer $pValue |
|
182 | 182 | * @return \PhpOffice\PhpPresentation\Style\Font |
183 | 183 | */ |
184 | 184 | public function setCharacterSpacing($pValue = 0) |
@@ -204,7 +204,7 @@ discard block |
||
204 | 204 | /** |
205 | 205 | * Set Size |
206 | 206 | * |
207 | - * @param float|int $pValue |
|
207 | + * @param integer $pValue |
|
208 | 208 | * @return \PhpOffice\PhpPresentation\Style\Font |
209 | 209 | */ |
210 | 210 | public function setSize($pValue = 10) |