From e29d67a2bd8fcea1706d40d2a38bc8eaf748f414 Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Sat, 13 Jan 2024 03:37:27 +0100 Subject: [PATCH] Fix README example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index adacadf..924cc0d 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,8 @@ Forces aligned or not aligned multiline function parameters: - int $index = 0, - $arg = 'no type', - ...$variadic, -+ int $index = 0, -+ $arg = 'no type', ++ int $index = 0, ++ $arg = 'no type', + ...$variadic ): void {} ```