From a3a4cf6dc1d32c295479740e8e2142a9b1c59b59 Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Wed, 17 Dec 2025 07:16:58 +0800 Subject: [PATCH] [docs] Correct example --- general/development/policies/codingstyle/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/general/development/policies/codingstyle/index.md b/general/development/policies/codingstyle/index.md index 482195d44..15af21860 100644 --- a/general/development/policies/codingstyle/index.md +++ b/general/development/policies/codingstyle/index.md @@ -1180,7 +1180,7 @@ Instead of a generic array of options, each option should be specified as a func ```php -function goodfunction( +function good_function( string $text, ?context $context = null, bool $trusted = false,