File tree Expand file tree Collapse file tree 2 files changed +3
-21
lines changed
tests/PhpWordTests/Element Expand file tree Collapse file tree 2 files changed +3
-21
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ public function getName()
80
80
}
81
81
82
82
/**
83
- * set default checked status.
83
+ * Set default checked status.
84
84
*
85
85
* @return CheckBox
86
86
*/
@@ -92,29 +92,11 @@ public function setDefault(bool $default = false)
92
92
}
93
93
94
94
/**
95
- * get default checked status.
95
+ * Set default checked status.
96
96
*/
97
97
public function isDefault (): bool
98
98
{
99
99
return $ this ->default ;
100
100
}
101
101
102
- /**
103
- * set default checked status
104
- * @param bool $default
105
- */
106
- public function setDefault (bool $ default = false )
107
- {
108
- $ this ->default = $ default ;
109
- return $ this ;
110
- }
111
-
112
- /**
113
- * get default checked status
114
- * @return bool
115
- */
116
- public function isDefault (): bool
117
- {
118
- return $ this ->default ;
119
- }
120
102
}
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ public function testParagraph(): void
87
87
}
88
88
89
89
/**
90
- * Get default value.
90
+ * Set and get default value.
91
91
*/
92
92
public function testDefault (): void
93
93
{
You can’t perform that action at this time.
0 commit comments