Completed
Push — develop ( 276177...e6c95b )
by Adrien
24:27
created
src/PhpSpreadsheet/Chart/DataSeriesValues.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -92,10 +92,10 @@
 block discarded – undo
92 92
      * Create a new DataSeriesValues object.
93 93
      *
94 94
      *
95
-     * @param mixed $dataType
95
+     * @param string $dataType
96 96
      * @param string $dataSource
97 97
      * @param null|mixed $formatCode
98
-     * @param mixed $pointCount
98
+     * @param integer $pointCount
99 99
      * @param mixed $dataValues
100 100
      * @param null|mixed $marker
101 101
      * @param null|string $fillColor
Please login to merge, or discard this patch.