diff --git a/src/Options/Scales/GridLines.php b/src/Options/Scales/GridLines.php index 84af173..6f1f153 100644 --- a/src/Options/Scales/GridLines.php +++ b/src/Options/Scales/GridLines.php @@ -8,6 +8,7 @@ /** * Class GridLines + * * @package Halfpastfour\PHPChartJS\Options\Scales */ class GridLines implements ArraySerializableInterface, \JsonSerializable @@ -125,7 +126,7 @@ function (&$value) { } /** - * @return float[] + * @return \float[] */ public function getBorderDash() { @@ -133,7 +134,7 @@ public function getBorderDash() } /** - * @param float[] $borderDash + * @param \float[] $borderDash * * @return $this */ @@ -344,6 +345,8 @@ public function setOffsetGridLines($offsetGridLines) /** * @return string + * @throws \ReflectionException + * @throws \Zend_Reflection_Exception */ public function jsonSerialize() {