diff --git a/lib/public/Collaboration/Reference/LinkReferenceProvider.php b/lib/public/Collaboration/Reference/LinkReferenceProvider.php index 66ebaf6f66e7b..ee5f8f1cb9811 100644 --- a/lib/public/Collaboration/Reference/LinkReferenceProvider.php +++ b/lib/public/Collaboration/Reference/LinkReferenceProvider.php @@ -240,6 +240,8 @@ public function getCacheKey(string $referenceId): ?string { * * XSLT transformations in SVG files can cause memory exhaustion * in Chromium based browsers when rendered. + * + * @since 29.0.16.16 */ private function containsXslt(string $xmlContent): bool { set_error_handler(function (int $code, string $message): bool {