Completed
Pull Request — master (#541)
by Julien
03:05
created
src/JMS/Serializer/Serializer.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -81,11 +81,11 @@
 block discarded – undo
81 81
 
82 82
         $this->navigator = new GraphNavigator($this->factory, $this->handlerRegistry, $this->objectConstructor, $this->dispatcher);
83 83
 
84
-        $this->defaultSerializationContextFactory = function () {
84
+        $this->defaultSerializationContextFactory = function() {
85 85
             return new SerializationContext();
86 86
         };
87 87
 
88
-        $this->defaultDeserializationContextFactory = function () {
88
+        $this->defaultDeserializationContextFactory = function() {
89 89
             return new DeserializationContext();
90 90
         };
91 91
     }
Please login to merge, or discard this patch.