Passed
Push — master ( f4feef...3322ef )
by payever
10:36
created
lib/Payever/ExternalIntegration/Core/CommonApiClient.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -338,7 +338,7 @@
 block discarded – undo
338 338
     /**
339 339
      * Requests for an updated oAuth OauthToken data
340 340
      *
341
-     * @param OauthTokenInterface|object|array $token OauthToken for the update
341
+     * @param OauthTokenInterface $token OauthToken for the update
342 342
      *
343 343
      * @return ResponseInterface
344 344
      *
Please login to merge, or discard this patch.
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.