Skip to content

Commit

Permalink
Add trailing commas
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Aug 4, 2024
1 parent 8815792 commit 9254dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Auth/Process/EntityCategory.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public function process(array &$state): void

$state['Destination']['attributes'] = array_merge(
$state['Destination']['attributes'],
$this->categories[$category]
$this->categories[$category],
);
}
}
Expand Down

0 comments on commit 9254dae

Please sign in to comment.