Completed
Pull Request — master (#576)
by Pavel
02:53
created
src/JMS/Serializer/EventDispatcher/Subscriber/DoctrineProxySubscriber.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
         // If the set type name is not an actual class, but a faked type for which a custom handler exists, we do not
37 37
         // modify it with this subscriber. Also, we forgo autoloading here as an instance of this type is already created,
38 38
         // so it must be loaded if its a real class.
39
-        if (! class_exists($type['name'], false)) {
39
+        if ( ! class_exists($type['name'], false)) {
40 40
             return;
41 41
         }
42 42
 
Please login to merge, or discard this patch.