Completed
Push — master ( 5f4c03...b5a9a8 )
by Max
12:19 queued 03:23
created
src/FormulaParser.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -237,9 +237,9 @@  discard block
 block discarded – undo
237 237
     }
238 238
 
239 239
     /**
240
-     * @param $extRef
240
+     * @param string $extRef
241 241
      *
242
-     * @return array
242
+     * @return integer[]
243 243
      * @throws \Exception
244 244
      */
245 245
     protected function getRangeSheets($extRef)
@@ -355,7 +355,7 @@  discard block
 block discarded – undo
355 355
      * @param string $cellAddress The Excel cell reference to be packed
356 356
      *
357 357
      * @throws \Exception
358
-     * @return array Array containing the row and column in packed() format
358
+     * @return string[] Array containing the row and column in packed() format
359 359
      */
360 360
     protected function cellToPackedRowcol($cellAddress)
361 361
     {
Please login to merge, or discard this patch.