From 533b5690056b63254aad5423c633f36fc02183a8 Mon Sep 17 00:00:00 2001 From: Anton Date: Fri, 12 Nov 2021 00:21:03 +0300 Subject: [PATCH] Fix PhpDoc of `ActiveField` (#19001) --- framework/widgets/ActiveField.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/framework/widgets/ActiveField.php b/framework/widgets/ActiveField.php index f61e965cc2c..c49394ddd98 100644 --- a/framework/widgets/ActiveField.php +++ b/framework/widgets/ActiveField.php @@ -20,6 +20,8 @@ * * For more details and usage information on ActiveField, see the [guide article on forms](guide:input-forms). * + * @property-read string $inputId The attribute `id` of the input element + * * @author Qiang Xue * @since 2.0 */