mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-12-27 17:21:14 +08:00
fix psalm
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
addb52fd8c
commit
2a83c57425
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ class ContainerDefinitionFetcher
|
||||||
if (!$validator->isValid()) {
|
if (!$validator->isValid()) {
|
||||||
error_log("JSON does not validate. Violations:");
|
error_log("JSON does not validate. Violations:");
|
||||||
foreach ($validator->getErrors() as $error) {
|
foreach ($validator->getErrors() as $error) {
|
||||||
error_log(printf("[%s] %s\n", $error['property'], $error['message']));
|
error_log((string)printf("[%s] %s\n", $error['property'], $error['message']));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue