Passed
Pull Request — develop_3.0 (#491)
by Adrien
02:47
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   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 use Box\Spout\Writer\Common\Entity\Options;
12 12
 use Box\Spout\Writer\Common\Entity\Row;
13 13
 use Box\Spout\Writer\Common\Entity\Style\Style;
14
-use Box\Spout\Writer\Common\Manager\Style\StyleMerger;
15 14
 use Box\Spout\Writer\Exception\WriterAlreadyOpenedException;
16 15
 use Box\Spout\Writer\Exception\WriterNotOpenedException;
17 16
 
Please login to merge, or discard this patch.