From 510d47c7b3bdbe106065b6065fe82698f77da512 Mon Sep 17 00:00:00 2001 From: Ron Chaplin Date: Thu, 18 Jul 2024 09:59:10 -0500 Subject: [PATCH] LWB-264 Fixing docblocks for Text, Tel, and Url components --- src/Components/Forms/Inputs/Tel.php | 2 +- src/Components/Forms/Inputs/Text.php | 2 +- src/Components/Forms/Inputs/Url.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Components/Forms/Inputs/Tel.php b/src/Components/Forms/Inputs/Tel.php index d5e136ad..f8a4a17f 100644 --- a/src/Components/Forms/Inputs/Tel.php +++ b/src/Components/Forms/Inputs/Tel.php @@ -37,7 +37,7 @@ class Tel extends Component use SizeAttribute; /** - * The specific attributes for the Search component + * The specific attributes for the Tel component */ private AttributeCollection $specificAttributes; diff --git a/src/Components/Forms/Inputs/Text.php b/src/Components/Forms/Inputs/Text.php index da7ad17d..a8bfbf37 100644 --- a/src/Components/Forms/Inputs/Text.php +++ b/src/Components/Forms/Inputs/Text.php @@ -37,7 +37,7 @@ class Text extends Component use SizeAttribute; /** - * The specific attributes for the Search component + * The specific attributes for the Text component */ private AttributeCollection $specificAttributes; diff --git a/src/Components/Forms/Inputs/Url.php b/src/Components/Forms/Inputs/Url.php index 667d246f..27a21fa9 100644 --- a/src/Components/Forms/Inputs/Url.php +++ b/src/Components/Forms/Inputs/Url.php @@ -37,7 +37,7 @@ class Url extends Component use SizeAttribute; /** - * The specific attributes for the Search component + * The specific attributes for the Url component */ private AttributeCollection $specificAttributes;