@@ -25,5 +25,7 @@ |
||
| 25 | 25 | const PRE_DESERIALIZE = 'serializer.pre_deserialize'; |
| 26 | 26 | const POST_DESERIALIZE = 'serializer.post_deserialize'; |
| 27 | 27 | |
| 28 | - final private function __construct() { } |
|
| 28 | + final private function __construct() |
|
| 29 | + { |
|
| 30 | +} |
|
| 29 | 31 | } |
@@ -47,7 +47,8 @@ |
||
| 47 | 47 | * @param $metadataGroups |
| 48 | 48 | * @return bool |
| 49 | 49 | */ |
| 50 | - private function shouldSkipGroup($metadataGroups) { |
|
| 50 | + private function shouldSkipGroup($metadataGroups) |
|
| 51 | + { |
|
| 51 | 52 | if (false === $metadataGroups) { |
| 52 | 53 | return false; |
| 53 | 54 | } |
@@ -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 | |