diff --git a/src/DataSet/LineDataSet.php b/src/DataSet/LineDataSet.php index beae104..8919eb9 100644 --- a/src/DataSet/LineDataSet.php +++ b/src/DataSet/LineDataSet.php @@ -111,15 +111,15 @@ class LineDataSet extends DataSet protected $steppedLine; /** - * @return boolean + * @return bool|string */ - public function isFill() + public function getFill() { return $this->fill; } /** - * @param boolean|string $fill + * @param bool|string $fill * * @return $this */