From b8f9b6ada7dcef71bb6067030a72f384cf49c7c4 Mon Sep 17 00:00:00 2001 From: Jean Baptiste Noblot Date: Mon, 21 May 2018 10:44:30 +0200 Subject: [PATCH] Fix PHPDocs in Chart/DateSeries Wrong return type make PHPStorm Inspect Code not happy --- src/PhpSpreadsheet/Chart/DataSeries.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PhpSpreadsheet/Chart/DataSeries.php b/src/PhpSpreadsheet/Chart/DataSeries.php index 2bda0c92..8056bbee 100644 --- a/src/PhpSpreadsheet/Chart/DataSeries.php +++ b/src/PhpSpreadsheet/Chart/DataSeries.php @@ -217,7 +217,7 @@ class DataSeries /** * Get Plot Order. * - * @return string + * @return int[] */ public function getPlotOrder() {