Completed
Pull Request — develop_3.0 (#457)
by Adrien
02:34
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/Reader/ODS/Helper/CellValueFormatter.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -43,6 +43,7 @@
 block discarded – undo
43 43
 
44 44
     /**
45 45
      * @param bool $shouldFormatDates Whether date/time values should be returned as PHP objects or be formatted as strings
46
+     * @param \Box\Spout\Common\Helper\Escaper\ODS $escaper
46 47
      */
47 48
     public function __construct($shouldFormatDates, $escaper)
48 49
     {
Please login to merge, or discard this patch.