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