We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73bebb0 commit bc0745fCopy full SHA for bc0745f
src/PhpWord/Element/CheckBox.php
@@ -82,6 +82,7 @@ public function getName()
82
/**
83
* set default checked status
84
* @param bool $default
85
+ * @return CheckBox
86
*/
87
public function setDefault(bool $default = false)
88
{
@@ -93,7 +94,7 @@ public function setDefault(bool $default = false)
93
94
* get default checked status
95
* @return bool
96
- public function getDefault(): bool
97
+ public function isDefault(): bool
98
99
return $this->default;
100
}
0 commit comments