Remove unused methods.

This commit is contained in:
James Cole
2018-07-22 21:09:57 +02:00
parent a616e06f9d
commit 67ea825d4a
26 changed files with 13 additions and 929 deletions

View File

@@ -47,9 +47,9 @@ interface RuleGroupRepositoryInterface
/**
* @param int $ruleGroupId
*
* @return RuleGroup
* @return RuleGroup|null
*/
public function find(int $ruleGroupId): RuleGroup;
public function find(int $ruleGroupId): ?RuleGroup;
/**
* Get all rule groups.