Skip to content

Commit 5d086ef

Browse files
committed
CS fix
1 parent cec411e commit 5d086ef

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/Subscription/Subscriber/MetadataSubscriberAccessor.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
use function array_key_exists;
1717
use function array_keys;
1818
use function array_map;
19-
use function array_merge;
2019

2120
/** @template T of object */
2221
final class MetadataSubscriberAccessor implements SubscriberAccessor, RealSubscriberAccessor

tests/Unit/Metadata/Subscriber/AttributeSubscriberMetadataFactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ public function profileCreated(ProfileCreated $profileCreated, string $aggregate
196196
[
197197
new ArgumentMetadata('profileCreated', ProfileCreated::class),
198198
new ArgumentMetadata('aggregateId', 'string'),
199-
]
199+
],
200200
),
201201
],
202202
$metadata->subscribeMethods,

0 commit comments

Comments
 (0)