mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-28 01:20:07 +00:00
Merge "Add missing @return to Requirement"
This commit is contained in:
commit
a0dd9de829
|
@ -35,11 +35,13 @@ interface Requirement {
|
|||
|
||||
/**
|
||||
* Gets the name of the requirement.
|
||||
* @return string
|
||||
*/
|
||||
public function getName() : string;
|
||||
|
||||
/**
|
||||
* Gets whether the requirement is met.
|
||||
* @return bool
|
||||
*/
|
||||
public function isMet() : bool;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue