mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Run phpcs locally to make sure phpstan stays fixed. [skip ci]
This commit is contained in:
@@ -96,7 +96,7 @@ class RuleRepository implements RuleRepositoryInterface
|
||||
*/
|
||||
public function getFirstRuleGroup(): RuleGroup
|
||||
{
|
||||
/** @var RuleGroup|null */
|
||||
/** @var null|RuleGroup */
|
||||
return $this->user->ruleGroups()->first();
|
||||
}
|
||||
|
||||
@@ -277,7 +277,7 @@ class RuleRepository implements RuleRepositoryInterface
|
||||
|
||||
public function find(int $ruleId): ?Rule
|
||||
{
|
||||
/** @var Rule|null */
|
||||
/** @var null|Rule */
|
||||
return $this->user->rules()->find($ruleId);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user