try to fix psalm

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-08-09 08:54:11 +02:00
parent 25619174d6
commit 8526af5754

View file

@ -896,7 +896,7 @@ class DockerActionManager
return null;
}
return str_replace('T', ' ', $imageOutput['Created']);
return str_replace('T', ' ', (string)$imageOutput['Created']);
} catch (\Exception $e) {
return null;
}