Merge branch '111_exports_suite' into testing

This commit is contained in:
2022-11-25 14:17:16 +01:00
2 changed files with 25 additions and 8 deletions

View File

@@ -445,6 +445,8 @@ class SpreadSheetFormatter implements FormatterInterface
$this->initializeCache($key);
}
$value = null === $value ? '' : $value;
return call_user_func($this->cacheDisplayableResult[$key], $value);
}