Passed
Push — master ( bfa84d...d19f7c )
by payever
02:58
created
Payments/Http/ResponseEntity/CreatePaymentV2Response.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
     public function isValid()
46 46
     {
47 47
         return parent::isValid() &&
48
-            ($this->call   instanceof CallEntity   && $this->call->isValid())
48
+            ($this->call   instanceof CallEntity && $this->call->isValid())
49 49
         ;
50 50
     }
51 51
 
Please login to merge, or discard this patch.