Passed
Pull Request — develop_3.0 (#483)
by Adrien
04:19 queued 01:24
created
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.