Skip to content

Commit 9254dae

Browse files
committed
Add trailing commas
1 parent 8815792 commit 9254dae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Auth/Process/EntityCategory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public function process(array &$state): void
154154

155155
$state['Destination']['attributes'] = array_merge(
156156
$state['Destination']['attributes'],
157-
$this->categories[$category]
157+
$this->categories[$category],
158158
);
159159
}
160160
}

0 commit comments

Comments
 (0)