From 8990a736fd78359f6922260630c862d3d81551e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= Date: Tue, 16 Jun 2026 10:25:07 +0200 Subject: [PATCH] chore: Fix psalm CI on stable30 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Côme Chilliet --- lib/public/Collaboration/Reference/LinkReferenceProvider.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/public/Collaboration/Reference/LinkReferenceProvider.php b/lib/public/Collaboration/Reference/LinkReferenceProvider.php index e7ed9b38ded8d..2ce4ce93dfea9 100644 --- a/lib/public/Collaboration/Reference/LinkReferenceProvider.php +++ b/lib/public/Collaboration/Reference/LinkReferenceProvider.php @@ -236,6 +236,7 @@ public function getCacheKeyPublic(string $referenceId, string $sharingToken): ?s * * XSLT transformations in SVG files can cause memory exhaustion * in Chromium based browsers when rendered. + * @since 30.0.0 */ private function containsXslt(string $xmlContent): bool { set_error_handler(function (int $code, string $message): bool {