@@ -208,7 +208,7 @@ |
||
| 208 | 208 | array_merge($this->exportData(), $params)); |
| 209 | 209 | $this->clearHistory(); |
| 210 | 210 | $data = $response->getContent(); |
| 211 | - if (!isset($params['execution_options'])){ |
|
| 211 | + if (!isset($params['execution_options'])) { |
|
| 212 | 212 | $id = is_string($data) ? $data : $data[static::FIELD_ID]; |
| 213 | 213 | /** @var AbstractCrudObject $this */ |
| 214 | 214 | if ($this instanceof CanRedownloadInterface |