diff options
author | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2024-09-15 02:37:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-15 02:37:53 +0000 |
commit | 5ec41c0988aa8dcd8eced0e743d5acc8f6848db2 (patch) | |
tree | 79707612230aaebdd6d8d3bca42f461257541b5f /build | |
parent | 353cb1f866f854fc8c7367003a668a30c8f3dd56 (diff) | |
download | nextcloud-server-5ec41c0988aa8dcd8eced0e743d5acc8f6848db2.tar.gz nextcloud-server-5ec41c0988aa8dcd8eced0e743d5acc8f6848db2.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 b6557491621..e98e45b2bed 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.25.0@01a8eb06b9e9cc6cfb6a320bf9fb14331919d505"> +<files psalm-version="5.26.1@d747f6500b38ac4f7dfc5edbcae6e4b637d7add0"> <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 8a34e649c54..d06ea259287 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.25.0@01a8eb06b9e9cc6cfb6a320bf9fb14331919d505"> +<files psalm-version="5.26.1@d747f6500b38ac4f7dfc5edbcae6e4b637d7add0"> <file src="3rdparty/sabre/dav/lib/CalDAV/Calendar.php"> <MoreSpecificImplementedParamType> <code><![CDATA[$data]]></code> |