Completed
Pull Request — master (#856)
by Chris
11:18
created
src/JMS/Serializer/Handler/ObjectHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
             return null;
53 53
         }
54 54
 
55
-        if (!isset($data['::class'])) {
55
+        if ( ! isset($data['::class'])) {
56 56
             throw new RuntimeException('The ::class property was missing for a dynamic object type.');
57 57
         }
58 58
         $type['name'] = $data['::class'];
Please login to merge, or discard this patch.