Completed
Pull Request — develop (#360)
by
unknown
12:22
created
src/PhpPresentation/Style/Font.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -168,7 +168,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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)
Please login to merge, or discard this patch.