@@ -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 |
@@ -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 |