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

[Automated] Update psalm-baseline.xml
This commit is contained in:
Simon L 2023-08-09 08:56:41 +02:00 committed by GitHub
commit 6b8786a1f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.13.1@086b94371304750d1c673315321a55d15fc59015"/>
<files psalm-version="5.14.1@b9d355e0829c397b9b3b47d0c0ed042a8a70284d"/>

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;
}