@@ -338,7 +338,7 @@ |
||
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 | * |
@@ -67,7 +67,7 @@ |
||
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) |