First part of a large code cleanup commit.

This commit is contained in:
James Cole
2019-02-12 21:49:28 +01:00
parent b273af341c
commit e0d87aa11e
70 changed files with 336 additions and 354 deletions

View File

@@ -72,13 +72,6 @@ interface RuleGroupRepositoryInterface
*/
public function getActiveRules(RuleGroup $group): Collection;
/**
* @param RuleGroup $group
*
* @return Collection
*/
public function getRules(RuleGroup $group): Collection;
/**
* @param RuleGroup $group
*
@@ -105,6 +98,13 @@ interface RuleGroupRepositoryInterface
*/
public function getRuleGroupsWithRules(User $user): Collection;
/**
* @param RuleGroup $group
*
* @return Collection
*/
public function getRules(RuleGroup $group): Collection;
/**
* @param RuleGroup $ruleGroup
*