From d79f42b05acd443c7b5495aeb5c23a1f89d40da2 Mon Sep 17 00:00:00 2001 From: Kharhamel <10496706+Kharhamel@users.noreply.github.com> Date: Fri, 7 Mar 2025 03:14:28 +0000 Subject: [PATCH] Automatically regenerate the files --- generated/8.5/misc.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/generated/8.5/misc.php b/generated/8.5/misc.php index e76bad04..1406cdf9 100644 --- a/generated/8.5/misc.php +++ b/generated/8.5/misc.php @@ -12,10 +12,7 @@ * It is possible to define constants with reserved or * even invalid names, whose value can (only) be retrieved with * constant. However, doing so is not recommended. - * @param mixed $value The value of the constant. In PHP 5, value must - * be a scalar value (int, - * float, string, bool, or - * NULL). In PHP 7, array values are also accepted. + * @param mixed $value The value of the constant. * * While it is possible to define resource constants, it is * not recommended and may cause unpredictable behavior.