From d0b0f147f04161e6a750cbce17d61815c9baa3cf Mon Sep 17 00:00:00 2001 From: Sergei Morozov Date: Fri, 29 Jul 2022 14:19:08 -0700 Subject: [PATCH] Mark Connection::ARRAY_PARAM_OFFSET internal --- src/Connection.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Connection.php b/src/Connection.php index 46753512aaa..6186c450f05 100644 --- a/src/Connection.php +++ b/src/Connection.php @@ -64,6 +64,8 @@ class Connection /** * Offset by which PARAM_* constants are detected as arrays of the param type. + * + * @internal Should be used only within the wrapper layer. */ public const ARRAY_PARAM_OFFSET = 100;