Failed Conditions
Pull Request — master (#738)
by
unknown
03:16
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/WriterMultiSheetsAbstract.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -75,8 +75,8 @@
 block discarded – undo
75 75
     /**
76 76
      * Undocumented function
77 77
      *
78
-     * @param array $range
79
-     * @return void
78
+     * @param array $range1
79
+     * @return WriterMultiSheetsAbstract
80 80
      */
81 81
     public function mergeCells(array $range1, array $range2)
82 82
     {
Please login to merge, or discard this patch.
src/Spout/Writer/Common/Creator/Style/StyleBuilder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -186,7 +186,7 @@
 block discarded – undo
186 186
     /**
187 187
      * Set should shrink to fit
188 188
      * @param bool $shrinkToFit
189
-     * @return void
189
+     * @return StyleBuilder
190 190
      */
191 191
     public function setShouldShrinkToFit($shrinkToFit = true)
192 192
     {
Please login to merge, or discard this patch.