summaryrefslogtreecommitdiffstats
path: root/src/structs/step.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/structs/step.php')
-rw-r--r--src/structs/step.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/structs/step.php b/src/structs/step.php
index faedbc7..9f6977e 100644
--- a/src/structs/step.php
+++ b/src/structs/step.php
@@ -68,7 +68,7 @@ class ezcGraphAxisStep
* @param bool $isLast
* @ignore
*/
- public function __construct( $position = .0, $width = .0, $label = false, array $childs = array(), $isZero = false, $isLast = false )
+ public function __construct( $position = .0, $width = .0, $label = null, array $childs = array(), $isZero = false, $isLast = false )
{
$this->position = (float) $position;
$this->width = (float) $width;
OpenPOWER on IntegriCloud