Completed
Pull Request — develop (#261)
by
unknown
31:32 queued 21:05
created
src/PhpSpreadsheet/Worksheet/Worksheet.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -597,7 +597,7 @@  discard block
 block discarded – undo
597 597
      *
598 598
      * @throws Exception
599 599
      *
600
-     * @return Chart|false
600
+     * @return Chart
601 601
      */
602 602
     public function getChartByIndex($index)
603 603
     {
@@ -1108,7 +1108,7 @@  discard block
 block discarded – undo
1108 1108
      * @param string $column Return the highest data row for the specified column,
1109 1109
      *                                     or the highest data row of any column if no column letter is passed
1110 1110
      *
1111
-     * @return string Highest row number that contains data
1111
+     * @return integer Highest row number that contains data
1112 1112
      */
1113 1113
     public function getHighestDataRow($column = null)
1114 1114
     {
@@ -1160,7 +1160,7 @@  discard block
 block discarded – undo
1160 1160
      * Set a cell value.
1161 1161
      *
1162 1162
      * @param string $pCoordinate Coordinate of the cell, eg: 'A1'
1163
-     * @param mixed $pValue Value of the cell
1163
+     * @param string $pValue Value of the cell
1164 1164
      * @param string $pDataType Explicit data type, see DataType::TYPE_*
1165 1165
      *
1166 1166
      * @return Worksheet
@@ -1931,7 +1931,7 @@  discard block
 block discarded – undo
1931 1931
     /**
1932 1932
      * Set AutoFilter.
1933 1933
      *
1934
-     * @param AutoFilter|string $pValue
1934
+     * @param string $pValue
1935 1935
      *            A simple string containing a Cell range like 'A1:E10' is permitted for backward compatibility
1936 1936
      *
1937 1937
      * @throws Exception
@@ -2067,7 +2067,7 @@  discard block
 block discarded – undo
2067 2067
     /**
2068 2068
      * Get the default position of the right bottom pane.
2069 2069
      *
2070
-     * @return int
2070
+     * @return string
2071 2071
      */
2072 2072
     public function getTopLeftCell()
2073 2073
     {
Please login to merge, or discard this patch.