Skip to content

Commit c1280ec

Browse files
authored
Merge pull request rappasoft#42 from rappasoft/analysis-BMxyyW
Apply fixes from StyleCI
2 parents cb6a1d2 + 0287318 commit c1280ec

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/Traits/Checkboxes.php

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
*/
88
trait Checkboxes
99
{
10-
1110
/**
1211
* Whether or not checkboxes are enabled.
1312
*
@@ -44,9 +43,9 @@ trait Checkboxes
4443
public $checkboxValues = [];
4544

4645
/**
47-
* Adds all the id's to the checkbox array
46+
* Adds all the id's to the checkbox array.
4847
*/
49-
public function updatedCheckboxAll() : void
48+
public function updatedCheckboxAll(): void
5049
{
5150
$this->checkboxValues = [];
5251

@@ -58,9 +57,9 @@ public function updatedCheckboxAll() : void
5857
}
5958

6059
/**
61-
* Toggles the checkbox that selects/deselects all of the checkboxes
60+
* Toggles the checkbox that selects/deselects all of the checkboxes.
6261
*/
63-
public function updatedCheckboxValues() : void
62+
public function updatedCheckboxValues(): void
6463
{
6564
$this->checkboxAll = false;
6665
}

0 commit comments

Comments
 (0)