Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion libraries/src/Form/Field/AuthorField.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class AuthorField extends ListField
public $type = 'Author';

/**
* Cached array of the category items.
* Cached array of the user items.
*
* @var array[]
* @since 3.2
Expand Down
2 changes: 1 addition & 1 deletion libraries/src/Form/Field/LimitboxField.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class LimitboxField extends ListField
public $type = 'Limitbox';

/**
* Cached array of the category items.
* Cached array of the list limits.
*
* @var array[]
* @since 3.2
Expand Down
2 changes: 1 addition & 1 deletion libraries/src/Form/Field/PredefinedlistField.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ abstract class PredefinedlistField extends ListField
protected $type = 'Predefinedlist';

/**
* Cached array of the category items.
* Cached array of the predefined items.
*
* @var array[]
* @since 3.2
Expand Down
2 changes: 1 addition & 1 deletion libraries/src/Form/Field/UsergrouplistField.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class UsergrouplistField extends ListField
protected $type = 'UserGroupList';

/**
* Cached array of the category items.
* Cached array of the user groups.
*
* @var array[]
* @since 3.2
Expand Down
Loading