@@ -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) |