mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
Remove unused methods.
This commit is contained in:
@@ -50,9 +50,9 @@ interface RuleRepositoryInterface
|
||||
/**
|
||||
* @param int $ruleId
|
||||
*
|
||||
* @return Rule
|
||||
* @return Rule|null
|
||||
*/
|
||||
public function find(int $ruleId): Rule;
|
||||
public function find(int $ruleId): ?Rule;
|
||||
|
||||
/**
|
||||
* Get all the users rules.
|
||||
|
Reference in New Issue
Block a user