diff options
author | Morris Jobke <hey@morrisjobke.de> | 2021-03-22 21:06:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-22 21:06:22 +0100 |
commit | 268acd301dafa90917e30cea8370b9cc27b7a2c6 (patch) | |
tree | 4b68ec9c1daa155cf423b8dc1f4d2683875a8faa /build/psalm-baseline.xml | |
parent | 90909ab9b9f2263e854788802794007a6d766356 (diff) | |
parent | 9f96a47125c47ec6c5695fc263d86dadea62aabe (diff) | |
download | nextcloud-server-268acd301dafa90917e30cea8370b9cc27b7a2c6.tar.gz nextcloud-server-268acd301dafa90917e30cea8370b9cc27b7a2c6.zip |
Merge pull request #25529 from nextcloud/fix-non-lgc-glyphs-in-avatars-and-txt-file-previews
Fix non LGC glyphs in avatars and txt file previews
Diffstat (limited to 'build/psalm-baseline.xml')
-rw-r--r-- | build/psalm-baseline.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 3c9f033d573..7510cb0c6f2 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -2517,6 +2517,11 @@ <code>section</code> </UndefinedInterfaceMethod> </file> + <file src="core/Command/Preview/ResetRenderedTexts.php"> + <InvalidReturnStatement occurrences="1"> + <code>[]</code> + </InvalidReturnStatement> + </file> <file src="core/Command/Upgrade.php"> <InvalidScalarArgument occurrences="11"> <code>0</code> |