@@ -112,8 +112,7 @@ |
||
| 112 | 112 | AnnotationSet $annotations, |
| 113 | 113 | int $modifiers, |
| 114 | 114 | bool $virtual |
| 115 | - ) |
|
| 116 | - { |
|
| 115 | + ) { |
|
| 117 | 116 | $this->realName = $realName; |
| 118 | 117 | $this->serializedName = $serializedName; |
| 119 | 118 | $this->type = $type; |
@@ -88,8 +88,7 @@ |
||
| 88 | 88 | ClassMetadata $classMetadata, |
| 89 | 89 | AnnotationSet $annotations, |
| 90 | 90 | bool $virtual |
| 91 | - ) |
|
| 92 | - { |
|
| 91 | + ) { |
|
| 93 | 92 | $this->name = $name; |
| 94 | 93 | $this->serializedName = $serializedName; |
| 95 | 94 | $this->type = $type; |
@@ -19,6 +19,7 @@ |
||
| 19 | 19 | * Set the object constructor |
| 20 | 20 | * |
| 21 | 21 | * @param ObjectConstructor $objectConstructor |
| 22 | + * @return void |
|
| 22 | 23 | */ |
| 23 | 24 | public function setObjectConstructor(ObjectConstructor $objectConstructor): void; |
| 24 | 25 | } |