@@ -171,7 +171,7 @@ discard block |
||
171 | 171 | /** |
172 | 172 | * Set Character Spacing |
173 | 173 | * Value in pt |
174 | - * @param float|int $pValue |
|
174 | + * @param integer $pValue |
|
175 | 175 | * @return \PhpOffice\PhpPresentation\Style\Font |
176 | 176 | */ |
177 | 177 | public function setCSpacing($pValue = 0) |
@@ -197,7 +197,7 @@ discard block |
||
197 | 197 | /** |
198 | 198 | * Set Size |
199 | 199 | * |
200 | - * @param float|int $pValue |
|
200 | + * @param integer $pValue |
|
201 | 201 | * @return \PhpOffice\PhpPresentation\Style\Font |
202 | 202 | */ |
203 | 203 | public function setSize($pValue = 10) |