@@ -36,9 +36,11 @@ |
||
36 | 36 | return $this; |
37 | 37 | } |
38 | 38 | |
39 | - public function else(Fields $fields): self |
|
39 | + public function else { |
|
40 | + (Fields $fields): self |
|
40 | 41 | { |
41 | 42 | $this->elseClause = new ElseClause($fields); |
43 | + } |
|
42 | 44 | |
43 | 45 | return $this; |
44 | 46 | } |