@@ -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 | } |
@@ -166,10 +166,10 @@ |
||
166 | 166 | $parentStr |
167 | 167 | ) = $unserialized; |
168 | 168 | |
169 | - if (isset($unserialized['xmlEntryNamespace'])){ |
|
169 | + if (isset($unserialized['xmlEntryNamespace'])) { |
|
170 | 170 | $this->xmlEntryNamespace = $unserialized['xmlEntryNamespace']; |
171 | 171 | } |
172 | - if (isset($unserialized['xmlCollectionSkipWhenEmpty'])){ |
|
172 | + if (isset($unserialized['xmlCollectionSkipWhenEmpty'])) { |
|
173 | 173 | $this->xmlCollectionSkipWhenEmpty = $unserialized['xmlCollectionSkipWhenEmpty']; |
174 | 174 | } |
175 | 175 |