diff options
author | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2024-06-24 02:27:17 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-24 02:27:17 +0000 |
commit | 5ef451f409cf561b1122a8b4626927759aa9080c (patch) | |
tree | f74c47441fa19affc89feb0a96ac61f7a81c31b1 /build | |
parent | 4d1f9ae54e591dc0b9dab622684408632df562d7 (diff) | |
download | nextcloud-server-5ef451f409cf561b1122a8b4626927759aa9080c.tar.gz nextcloud-server-5ef451f409cf561b1122a8b4626927759aa9080c.zip |
chore(tests): Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline-ocp.xml | 2 | ||||
-rw-r--r-- | build/psalm-baseline.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/build/psalm-baseline-ocp.xml b/build/psalm-baseline-ocp.xml index e48e5919468..b6557491621 100644 --- a/build/psalm-baseline-ocp.xml +++ b/build/psalm-baseline-ocp.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<files psalm-version="5.24.0@462c80e31c34e58cc4f750c656be3927e80e550e"> +<files psalm-version="5.25.0@01a8eb06b9e9cc6cfb6a320bf9fb14331919d505"> <file src="lib/private/legacy/OC_Template.php"> <UndefinedClass> <code><![CDATA[OC]]></code> diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 5ff057f9c6a..e74c7714a88 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<files psalm-version="5.24.0@462c80e31c34e58cc4f750c656be3927e80e550e"> +<files psalm-version="5.25.0@01a8eb06b9e9cc6cfb6a320bf9fb14331919d505"> <file src="3rdparty/sabre/dav/lib/CalDAV/Calendar.php"> <MoreSpecificImplementedParamType> <code><![CDATA[$data]]></code> |