mirror of
https://github.com/composer/composer
synced 2025-05-10 17:12:51 +00:00
Simplify Rule->getJob()
This commit is contained in:
parent
b44c9acae6
commit
05499099a0
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ abstract class Rule
|
|||
|
||||
public function getJob()
|
||||
{
|
||||
return isset($this->job) ? $this->job : null;
|
||||
return $this->job;
|
||||
}
|
||||
|
||||
abstract public function equals(Rule $rule);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue