Passed
Pull Request — develop_3.0 (#434)
by Adrien
03:06
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/Writer/WriterAbstract.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -8,8 +8,6 @@
 block discarded – undo
8 8
 use Box\Spout\Common\Exception\SpoutException;
9 9
 use Box\Spout\Common\Helper\GlobalFunctionsHelper;
10 10
 use Box\Spout\Common\Manager\OptionsManagerInterface;
11
-use Box\Spout\Writer\Common\Creator\EntityFactory;
12
-use Box\Spout\Writer\Common\Entity\Cell;
13 11
 use Box\Spout\Writer\Common\Entity\Options;
14 12
 use Box\Spout\Writer\Common\Entity\Row;
15 13
 use Box\Spout\Writer\Common\Entity\Style\Style;
Please login to merge, or discard this patch.