From 529480619b952424f1d4c96201d9bd4b674226e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20K=C3=BChne?= Date: Mon, 13 Nov 2023 09:38:28 +0100 Subject: [PATCH] Fix Class description --- src/View/Helper/NumberFormat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/View/Helper/NumberFormat.php b/src/View/Helper/NumberFormat.php index 864c7fb5..1ba3f854 100644 --- a/src/View/Helper/NumberFormat.php +++ b/src/View/Helper/NumberFormat.php @@ -15,7 +15,7 @@ use function serialize; /** - * View helper for formatting dates. + * View helper for formatting numbers. */ class NumberFormat extends AbstractHelper {