Completed
Pull Request — master (#705)
by
unknown
02:51
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/Common/Creator/ReaderFactory.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -52,6 +52,9 @@
 block discarded – undo
52 52
         return self::createFromType($extension);
53 53
     }
54 54
 
55
+    /**
56
+     * @return string
57
+     */
55 58
     public static function getMappedFormats(string $fileExtension)
56 59
     {
57 60
         if (!(array_key_exists($fileExtension, self::MAPPED_EXTENSIONS))) {
Please login to merge, or discard this patch.