mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-15 14:18:19 +00:00
chore: reformat code.
This commit is contained in:
@@ -33,7 +33,7 @@ class RuleGroupTransformer extends AbstractTransformer
|
||||
/**
|
||||
* Transform the rule group
|
||||
*
|
||||
* @param RuleGroup $ruleGroup
|
||||
* @param RuleGroup $ruleGroup
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
@@ -50,7 +50,7 @@ class RuleGroupTransformer extends AbstractTransformer
|
||||
'links' => [
|
||||
[
|
||||
'rel' => 'self',
|
||||
'uri' => '/rule_groups/'.$ruleGroup->id,
|
||||
'uri' => '/rule_groups/' . $ruleGroup->id,
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user