Completed
Push — better_date_custom_format_supp... ( 281692...5a8e22 )
by Adrien
04:39 queued 02:03
created
Spout/Reader/XLSX/Helper/SharedStringsCaching/CachingStrategyFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -114,7 +114,7 @@
 block discarded – undo
114 114
     /**
115 115
      * Returns the PHP "memory_limit" in Kilobytes
116 116
      *
117
-     * @return float
117
+     * @return integer
118 118
      */
119 119
     protected function getMemoryLimitInKB()
120 120
     {
Please login to merge, or discard this patch.
src/Spout/Writer/ODS/Helper/StyleHelper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
     }
30 30
 
31 31
     /**
32
-     * @return string[] List of used fonts name
32
+     * @return integer[] List of used fonts name
33 33
      */
34 34
     protected function getUsedFonts()
35 35
     {
Please login to merge, or discard this patch.
src/Spout/Reader/XLSX/Helper/StyleHelper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -288,7 +288,7 @@
 block discarded – undo
288 288
     }
289 289
 
290 290
     /**
291
-     * @param $numFmtId
291
+     * @param integer $numFmtId
292 292
      * @return string|null The custom number format or NULL if none defined for the given numFmtId
293 293
      */
294 294
     protected function getCustomNumberFormatForNumFmtId($numFmtId)
Please login to merge, or discard this patch.