Passed
Push — master ( 20fa94...bcb279 )
by Michael
02:03
created
src/EventListener/JsonApiViewListener.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
     {
53 53
         $result = $event->getControllerResult();
54 54
 
55
-        if (! is_object($result)) {
55
+        if (!is_object($result)) {
56 56
             return;
57 57
         }
58 58
 
Please login to merge, or discard this patch.