@@ -158,8 +158,10 @@ |
||
158 | 158 | * @method self withGreen(int $v) |
159 | 159 | * @method self withBlue(int $v) |
160 | 160 | */ |
161 | -final class Color extends ImmutableValue { |
|
162 | - public function __construct(int $red, int $green, int $blue) { |
|
161 | +final class Color extends ImmutableValue |
|
162 | +{ |
|
163 | + public function __construct(int $red, int $green, int $blue) |
|
164 | + { |
|
163 | 165 | $this->init('red', $red); |
164 | 166 | $this->init('green', $green); |
165 | 167 | $this->init('blue', $blue); |