From 56f0cfd91448024f78889f598c9d2cddc3f48c2e Mon Sep 17 00:00:00 2001 From: Simon L Date: Tue, 24 Jan 2023 11:07:08 +0100 Subject: [PATCH] fix psalm Signed-off-by: Simon L --- php/src/Docker/DockerActionManager.php | 1 + 1 file changed, 1 insertion(+) diff --git a/php/src/Docker/DockerActionManager.php b/php/src/Docker/DockerActionManager.php index 989ba593..c0e4587e 100644 --- a/php/src/Docker/DockerActionManager.php +++ b/php/src/Docker/DockerActionManager.php @@ -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'.");