Skip to content

Commit 4588a01

Browse files
authored
Fix copy / paste error (#45979)
1 parent fc25899 commit 4588a01

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

libraries/src/Form/Field/AuthorField.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class AuthorField extends ListField
2929
public $type = 'Author';
3030

3131
/**
32-
* Cached array of the category items.
32+
* Cached array of the user items.
3333
*
3434
* @var array[]
3535
* @since 3.2

libraries/src/Form/Field/LimitboxField.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class LimitboxField extends ListField
3131
public $type = 'Limitbox';
3232

3333
/**
34-
* Cached array of the category items.
34+
* Cached array of the list limits.
3535
*
3636
* @var array[]
3737
* @since 3.2

libraries/src/Form/Field/PredefinedlistField.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ abstract class PredefinedlistField extends ListField
3131
protected $type = 'Predefinedlist';
3232

3333
/**
34-
* Cached array of the category items.
34+
* Cached array of the predefined items.
3535
*
3636
* @var array[]
3737
* @since 3.2

libraries/src/Form/Field/UsergrouplistField.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class UsergrouplistField extends ListField
3232
protected $type = 'UserGroupList';
3333

3434
/**
35-
* Cached array of the category items.
35+
* Cached array of the user groups.
3636
*
3737
* @var array[]
3838
* @since 3.2

0 commit comments

Comments
 (0)