@@ -25,14 +25,14 @@ |
||
25 | 25 | |
26 | 26 | public function setChecked() |
27 | 27 | { |
28 | - $this->default = true; |
|
29 | - return $this; |
|
28 | + $this->default = true; |
|
29 | + return $this; |
|
30 | 30 | } |
31 | 31 | |
32 | 32 | public function setUnchecked() |
33 | 33 | { |
34 | - $this->default = false; |
|
35 | - return $this; |
|
34 | + $this->default = false; |
|
35 | + return $this; |
|
36 | 36 | } |
37 | 37 | |
38 | 38 | public function setValueFromDefault() |