@@ -113,8 +113,7 @@ |
||
| 113 | 113 | AnnotationCollection $annotations, |
| 114 | 114 | int $modifiers, |
| 115 | 115 | bool $virtual |
| 116 | - ) |
|
| 117 | - { |
|
| 116 | + ) { |
|
| 118 | 117 | $this->realName = $realName; |
| 119 | 118 | $this->serializedName = $serializedName; |
| 120 | 119 | $this->type = $type; |
@@ -68,5 +68,7 @@ |
||
| 68 | 68 | self::UPPER_CAMEL_CASE_WITH_SPACES, |
| 69 | 69 | ]; |
| 70 | 70 | |
| 71 | - private function __construct() {} |
|
| 71 | + private function __construct() |
|
| 72 | + { |
|
| 73 | +} |
|
| 72 | 74 | } |