Passed
Push — master ( f4feef...3322ef )
by payever
10:36
created
lib/Payever/ExternalIntegration/Core/Http/ResponseEntity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
     public function isValid()
68 68
     {
69 69
         return parent::isValid() &&
70
-            (!$this->call   || ($this->call   instanceof CallEntity   && $this->call->isValid())) &&
70
+            (!$this->call || ($this->call   instanceof CallEntity && $this->call->isValid())) &&
71 71
             (
72 72
                 !$this->result || ($this->result instanceof ResultEntity && $this->result->isValid())
73 73
                 || is_array($this->result)
Please login to merge, or discard this patch.