Make return value explicit

main
Jordi Boggiano 3 years ago
parent 9708f4568f
commit 3dcc6c1514
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC

@ -94,6 +94,8 @@ abstract class Rule
if ($reason === self::RULE_PACKAGE_REQUIRES) {
return $this->reasonData->getTarget();
}
return null;
}
public function setType($type)

Loading…
Cancel
Save