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