Skip to content

Commit e845e86

Browse files
Merge pull request #62400 from nextcloud/fix/fix-broken-ci
[stable29] chore: Fix psalm CI on stable29
2 parents 817b0ec + fb9ba3f commit e845e86

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/public/Collaboration/Reference/LinkReferenceProvider.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,8 @@ public function getCacheKey(string $referenceId): ?string {
240240
*
241241
* XSLT transformations in SVG files can cause memory exhaustion
242242
* in Chromium based browsers when rendered.
243+
*
244+
* @since 29.0.16.16
243245
*/
244246
private function containsXslt(string $xmlContent): bool {
245247
set_error_handler(function (int $code, string $message): bool {

0 commit comments

Comments
 (0)