@@ -226,7 +226,7 @@ |
||
| 226 | 226 | throw new RuntimeException(sprintf('You must define a type for %s::$%s.', $metadata->reflection->class, $metadata->name)); |
| 227 | 227 | } |
| 228 | 228 | |
| 229 | - if ($metadata->xmlAttribute) { |
|
| 229 | + if ($metadata->xmlAttribute) { |
|
| 230 | 230 | |
| 231 | 231 | $attributes = $data->attributes($metadata->xmlNamespace); |
| 232 | 232 | if (isset($attributes[$name])) { |
@@ -155,7 +155,7 @@ |
||
| 155 | 155 | $parentStr |
| 156 | 156 | ) = $unserialized; |
| 157 | 157 | |
| 158 | - if (isset($unserialized['xmlEntryNamespace'])){ |
|
| 158 | + if (isset($unserialized['xmlEntryNamespace'])) { |
|
| 159 | 159 | $this->xmlEntryNamespace = $unserialized['xmlEntryNamespace']; |
| 160 | 160 | } |
| 161 | 161 | |