File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
administrator/components/com_users/src/DataShape Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -71,8 +71,8 @@ class CaptiveRenderOptions extends DataShapeObject
71
71
/**
72
72
* Attributes other than type and id which will be added to the HTML input box.
73
73
*
74
- * @var array
75
- * @@ since 4.2.0
74
+ * @var array
75
+ * @since 4.2.0
76
76
*/
77
77
protected $ input_attributes = [];
78
78
@@ -185,10 +185,10 @@ protected function setField_type(string $value)
185
185
/**
186
186
* Setter for the input_attributes property.
187
187
*
188
- * @param array $value The value to set
188
+ * @param array $value The value to set
189
189
*
190
- * @return void
191
- * @@ since 4.2.0
190
+ * @return void
191
+ * @since 4.2.0
192
192
*/
193
193
// phpcs:ignore
194
194
protected function setInput_attributes (array $ value )
Original file line number Diff line number Diff line change @@ -114,8 +114,8 @@ class SetupRenderOptions extends DataShapeObject
114
114
/**
115
115
* Attributes other than type and id which will be added to the HTML input box.
116
116
*
117
- * @var array
118
- * @@ since 4.2.0
117
+ * @var array
118
+ * @since 4.2.0
119
119
*/
120
120
protected $ input_attributes = [];
121
121
You can’t perform that action at this time.
0 commit comments