@@ -94,6 +94,7 @@ |
||
| 94 | 94 | * Sets whether nulls are serialized |
| 95 | 95 | * |
| 96 | 96 | * @param bool $serializeNull |
| 97 | + * @return void |
|
| 97 | 98 | */ |
| 98 | 99 | public function setSerializeNull(bool $serializeNull): void; |
| 99 | 100 | } |
@@ -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; |