From 99fb0fe32080866c6401b71cf4aab928b4eac076 Mon Sep 17 00:00:00 2001 From: Kharhamel Date: Wed, 6 Apr 2022 03:15:24 +0000 Subject: [PATCH] Automatically regenerate the files --- generated/funchand.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/generated/funchand.php b/generated/funchand.php index 33ba809e..4b2a7b8f 100644 --- a/generated/funchand.php +++ b/generated/funchand.php @@ -5,12 +5,14 @@ use Safe\Exceptions\FunchandException; /** - * Creates an anonymous function from the parameters passed, and - * returns a unique name for it. + * Creates a function dynamically from the parameters passed, and returns a unique name for it. * - * @param string $args The function arguments. + * @param string $args The function arguments, as a single comma-separated string. * @param string $code The function code. * @return string Returns a unique function name as a string. + * Note that the name contains a non-printable character ("\0"), + * so care should be taken when printing the name or incorporating it in any other + * string. * @throws FunchandException * */