Completed
Pull Request — master (#598)
by Peter
04:55
created
src/JMS/Serializer/EventDispatcher/Events.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,5 +25,7 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.
src/JMS/Serializer/Metadata/PropertyMetadata.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -155,7 +155,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.