Completed
Pull Request — master (#507)
by Tomasz
05:47
created
src/JMS/Serializer/GraphNavigator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -289,7 +289,7 @@
 block discarded – undo
289 289
     {
290 290
         if ($context instanceof SerializationContext) {
291 291
             //Visiting does not exist for primitive types
292
-            if (!is_object($data) && $data !== null) {
292
+            if ( ! is_object($data) && $data !== null) {
293 293
                 return;
294 294
             }
295 295
             $context->stopVisiting($data);
Please login to merge, or discard this patch.