Completed
Pull Request — develop (#158)
by
unknown
33:37
created
src/PhpSpreadsheet/Chart/DataSeriesValues.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -91,11 +91,11 @@
 block discarded – undo
91 91
      *
92 92
      * @param string     $dataSource
93 93
      * @param null|mixed $formatCode
94
-     * @param mixed      $pointCount
94
+     * @param integer      $pointCount
95 95
      * @param mixed      $dataValues
96 96
      * @param null|mixed $marker
97
-     * @param mixed      $dataType
98
-     * @param null|mixed $color
97
+     * @param string      $dataType
98
+     * @param boolean $color
99 99
      */
100 100
     public function __construct($dataType = self::DATASERIES_TYPE_NUMBER, $dataSource = null, $formatCode = null, $pointCount = 0, $dataValues = array(), $marker = null, $color = null)
101 101
     {
Please login to merge, or discard this patch.
src/PhpSpreadsheet/Writer/Xlsx/Chart.php 1 patch
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -410,8 +410,8 @@  discard block
 block discarded – undo
410 410
      * @param string                                     $id1
411 411
      * @param string                                     $id2
412 412
      * @param bool                                       $isMultiLevelSeries
413
-     * @param mixed                                      $xAxis
414
-     * @param mixed                                      $yAxis
413
+     * @param null|Axis                                      $xAxis
414
+     * @param null|Axis                                      $yAxis
415 415
      *
416 416
      * @throws \PhpOffice\PhpSpreadsheet\Writer\Exception
417 417
      */
@@ -533,10 +533,10 @@  discard block
 block discarded – undo
533 533
      * @param string                                     $id1
534 534
      * @param string                                     $id2
535 535
      * @param bool                                       $isMultiLevelSeries
536
-     * @param mixed                                      $xAxis
537
-     * @param mixed                                      $yAxis
538
-     * @param mixed                                      $majorGridlines
539
-     * @param mixed                                      $minorGridlines
536
+     * @param null|Axis                                      $xAxis
537
+     * @param null|Axis                                      $yAxis
538
+     * @param null|GridLines                                      $majorGridlines
539
+     * @param null|GridLines                                      $minorGridlines
540 540
      *
541 541
      * @throws \PhpOffice\PhpSpreadsheet\Writer\Exception
542 542
      */
Please login to merge, or discard this patch.