diff --git a/php/psalm-baseline.xml b/php/psalm-baseline.xml index 51b41ef5..e468cf06 100644 --- a/php/psalm-baseline.xml +++ b/php/psalm-baseline.xml @@ -1,2 +1,2 @@ - + diff --git a/php/src/Docker/DockerActionManager.php b/php/src/Docker/DockerActionManager.php index 45727a37..eb437e52 100644 --- a/php/src/Docker/DockerActionManager.php +++ b/php/src/Docker/DockerActionManager.php @@ -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; }