From c22bf744148b0a312b18fb92fb29eaf4f71a9d37 Mon Sep 17 00:00:00 2001 From: paulbalandan Date: Tue, 31 Dec 2024 12:13:44 +0000 Subject: [PATCH] Release v4.5.7 --- app/Views/errors/cli/error_exception.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Views/errors/cli/error_exception.php b/app/Views/errors/cli/error_exception.php index 2bf1459d..624f3b5b 100644 --- a/app/Views/errors/cli/error_exception.php +++ b/app/Views/errors/cli/error_exception.php @@ -50,7 +50,7 @@ $function .= $padClass . $error['function']; } - $args = implode(', ', array_map(static fn ($value) => match (true) { + $args = implode(', ', array_map(static fn ($value): string => match (true) { is_object($value) => 'Object(' . $value::class . ')', is_array($value) => $value !== [] ? '[...]' : '[]', $value === null => 'null', // return the lowercased version