Test Failed
Branch master (0f9e8b)
by Thierry
06:03
created
src/Request/Support/CallableObject.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -312,8 +312,7 @@
 block discarded – undo
312 312
             $reflectionMethod = $this->xReflectionClass->getMethod($sMethodName);
313 313
             $reflectionMethod->setAccessible(true); // Make it possible to call protected methods
314 314
             $xRegisteredObject = $this->getRegisteredObject();
315
-            (!$xResponse) ? $reflectionMethod->invoke($xRegisteredObject) :
316
-                $reflectionMethod->invoke($xRegisteredObject, $xResponse);
315
+            (!$xResponse) ? $reflectionMethod->invoke($xRegisteredObject) : $reflectionMethod->invoke($xRegisteredObject, $xResponse);
317 316
         }
318 317
     }
319 318
 
Please login to merge, or discard this patch.