1
0
Fork 0

Make return value explicit

pull/10065/head
Jordi Boggiano 2021-08-18 14:32:06 +02:00
parent 9708f4568f
commit 3dcc6c1514
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 2 additions and 0 deletions

View File

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