mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-17 07:08:19 +00:00
Remove unused methods.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user