Completed
Pull Request — master (#556)
by Guilh
03:11
created
src/JMS/Serializer/Handler/LazyHandlerRegistry.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
     {
42 42
         do {
43 43
             $handler = $this->resolveHandler($direction, $typeName, $format);
44
-            if(null !== $handler) {
44
+            if (null !== $handler) {
45 45
                 return $handler;
46 46
             }
47 47
         } while ($typeName = get_parent_class($typeName));
Please login to merge, or discard this patch.