Passed
Pull Request — develop_3.0 (#483)
by Adrien
04:19 queued 01:24
created
Spout/Reader/XLSX/Manager/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/Reader/XLSX/Helper/CellValueFormatter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -220,7 +220,7 @@
 block discarded – undo
220 220
      * Returns whether the given timestamp is supported by SpreadsheetML
221 221
      * @see ECMA-376 Part 1 - §18.17.4 - this specifies the timestamp boundaries.
222 222
      *
223
-     * @param $timestampValue
223
+     * @param double $timestampValue
224 224
      * @return bool
225 225
      */
226 226
     protected function isValidTimestampValue($timestampValue)
Please login to merge, or discard this patch.