Problem/Motivation
In #2226533: Changes to the Language class due to the LanguageInterface (followup) and some other issues, people try to correct this "nearby" english error when working on other issues. But the change is out of scope for those issues.
* @param $flags
* (optional) Specifies the state of the languages that have to be returned.
* It can be: LanguageInterface::STATE_CONFIGURABLE,
* LanguageInterface::STATE_LOCKED, LanguageInterface::STATE_ALL.
Proposed resolution
Just do it in its own separate issue (this issue).
make it
* @param $flags
* (optional) Specifies the state of the languages that have to be returned.
* It can be: LanguageInterface::STATE_CONFIGURABLE,
* LanguageInterface::STATE_LOCKED, or LanguageInterface::STATE_ALL.
Remaining tasks
Contributor tasks needed
| Task |
Novice task? |
Contributor instructions |
Complete? |
| Create a patch |
|
Instructions |
|
| Review patch to ensure that it fixes the issue, stays within scope, is properly documented, and follows coding standards |
|
Instructions |
|
Tip for reviewers:
ag --literal 'LanguageInterface::STATE_LOCKED, LanguageInterface::STATE_ALL'
or
ag '[\*] *LanguageInterface::STATE_LOCKED'
User interface changes
No.
API changes
No.
Comments
Comment #1
yesct commentedjust added the or.
Comment #2
filijonka commentedThis one passes the test and there is no more of these than those in the patch and does what the says it should.
Comment #3
webchickCommitted and pushed to 8.0.x. Thanks!