mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
try to fix psalm
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
25619174d6
commit
8526af5754
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue