Completed
Pull Request — develop (#301)
by Franck
55:33 queued 34:55
created
src/PhpPresentation/Style/Font.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -171,7 +171,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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)
Please login to merge, or discard this patch.