Completed
Pull Request — develop (#158)
by
unknown
37:39
created
src/PhpSpreadsheet/Chart/DataSeriesValues.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -93,9 +93,10 @@
 block discarded – undo
93 93
 >>>>>>> aea557bd70f6e4ac13ca625c342fce26ad544331
94 94
      * @param string $dataSource
95 95
      * @param null|mixed $formatCode
96
-     * @param mixed $pointCount
96
+     * @param integer $pointCount
97 97
      * @param mixed $dataValues
98 98
      * @param null|mixed $marker
99
+     * @param boolean $color
99 100
      */
100 101
     public function __construct($dataType = self::DATASERIES_TYPE_NUMBER, $dataSource = null, $formatCode = null, $pointCount = 0, $dataValues = [], $marker = null, $color = null)
101 102
     {
Please login to merge, or discard this patch.