Skip to content

Commit 57ce40c

Browse files
PHPDoc cleanup (#46122)
1 parent 46c0c4c commit 57ce40c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

administrator/components/com_users/src/DataShape/CaptiveRenderOptions.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ class CaptiveRenderOptions extends DataShapeObject
7171
/**
7272
* Attributes other than type and id which will be added to the HTML input box.
7373
*
74-
* @var array
75-
* @@since 4.2.0
74+
* @var array
75+
* @since 4.2.0
7676
*/
7777
protected $input_attributes = [];
7878

@@ -185,10 +185,10 @@ protected function setField_type(string $value)
185185
/**
186186
* Setter for the input_attributes property.
187187
*
188-
* @param array $value The value to set
188+
* @param array $value The value to set
189189
*
190-
* @return void
191-
* @@since 4.2.0
190+
* @return void
191+
* @since 4.2.0
192192
*/
193193
// phpcs:ignore
194194
protected function setInput_attributes(array $value)

administrator/components/com_users/src/DataShape/SetupRenderOptions.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ class SetupRenderOptions extends DataShapeObject
114114
/**
115115
* Attributes other than type and id which will be added to the HTML input box.
116116
*
117-
* @var array
118-
* @@since 4.2.0
117+
* @var array
118+
* @since 4.2.0
119119
*/
120120
protected $input_attributes = [];
121121

0 commit comments

Comments
 (0)