From fb9ba3fc6010e89134922d1776d0ccf24e3980ad Mon Sep 17 00:00:00 2001 From: David Dreschner Date: Wed, 22 Jul 2026 12:35:00 +0200 Subject: [PATCH] chore: Fix psalm CI on stable29 Signed-off-by: David Dreschner --- lib/public/Collaboration/Reference/LinkReferenceProvider.php | 2 ++ 1 file changed, 2 insertions(+) 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 {