@@ -72,7 +72,8 @@ |
||
72 | 72 | { |
73 | 73 | $param = PromotedParameter::fromElement($this->element->addPromotedParameter($name)); |
74 | 74 | |
75 | - if (\func_num_args() > 1) { |
|
75 | + if (\func_num_args() > 1) |
|
76 | + { |
|
76 | 77 | $param->setDefaultValue($defaultValue); |
77 | 78 | } |
78 | 79 |