Merge pull request #1826 from nextcloud/automated/noid/psalm-baseline-update-1674534084

Update psalm-baseline.xml
This commit is contained in:
Simon L 2023-01-24 11:10:17 +01:00 committed by GitHub
commit ba740e5a36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -1,2 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.4.0@62db5d4f6a7ae0a20f7cc5a4952d730272fc0863"/>
<files psalm-version="5.6.0@e784128902dfe01d489c4123d69918a9f3c1eac5"/>

View file

@ -539,6 +539,7 @@ class DockerActionManager
apcu_add($cacheKey, $tag);
/**
* @psalm-suppress TypeDoesNotContainNull
* @psalm-suppress DocblockTypeContradiction
*/
if ($tag === null) {
error_log("No tag was found when getting the current channel. You probably did not follow the documentation correctly. Changing the channel to the default 'latest'.");