From 4d96cf2cb1c45233dde8c7265a3ee3af6f57661f Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Sat, 7 Mar 2020 16:43:17 +0100 Subject: [PATCH] (Example) Change definition for varargs See https://github.com/php/phd/pull/24 --- reference/strings/functions/sprintf.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/strings/functions/sprintf.xml b/reference/strings/functions/sprintf.xml index 9ccd529d6835..385a06d0a4f9 100644 --- a/reference/strings/functions/sprintf.xml +++ b/reference/strings/functions/sprintf.xml @@ -11,7 +11,7 @@ stringsprintf stringformat - mixed... + mixedargs Returns a string produced according to the formatting string @@ -25,7 +25,7 @@ &strings.parameter.format; - ... + ...args