File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 7
7
*/
8
8
trait Checkboxes
9
9
{
10
-
11
10
/**
12
11
* Whether or not checkboxes are enabled.
13
12
*
@@ -44,9 +43,9 @@ trait Checkboxes
44
43
public $ checkboxValues = [];
45
44
46
45
/**
47
- * Adds all the id's to the checkbox array
46
+ * Adds all the id's to the checkbox array.
48
47
*/
49
- public function updatedCheckboxAll () : void
48
+ public function updatedCheckboxAll (): void
50
49
{
51
50
$ this ->checkboxValues = [];
52
51
@@ -58,9 +57,9 @@ public function updatedCheckboxAll() : void
58
57
}
59
58
60
59
/**
61
- * Toggles the checkbox that selects/deselects all of the checkboxes
60
+ * Toggles the checkbox that selects/deselects all of the checkboxes.
62
61
*/
63
- public function updatedCheckboxValues () : void
62
+ public function updatedCheckboxValues (): void
64
63
{
65
64
$ this ->checkboxAll = false ;
66
65
}
You can’t perform that action at this time.
0 commit comments