Skip to content

Commit

Permalink
Changed isser to getter and fixed return type to comply with https://…
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Kruithof committed Sep 2, 2018
1 parent 0f7dcfc commit 4728018
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/DataSet/LineDataSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 4728018

Please sign in to comment.