Skip to content

Commit f48da01

Browse files
committed
#356 : PowerPoint2007 Writer : Implement visibility for axis
1 parent a5a2707 commit f48da01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpPresentation/Shape/Chart/Axis.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ public function isVisible()
410410
*/
411411
public function setIsVisible($value)
412412
{
413-
$this->isVisible = boolval($value);
413+
$this->isVisible = (bool)$value;
414414
return $this;
415415
}
416416
}

0 commit comments

Comments
 (0)