Skip to content

Commit fede4e4

Browse files
committed
chore: fix cs
1 parent d0fdcd5 commit fede4e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Requests/SubscriptionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public function testPhaseJobSubscription(): void
7373
[
7474
new Filter('job.component.id', 'my.component'),
7575
new Filter('job.configuration.id', '12345'),
76-
new Filter('phase.id', '123')
76+
new Filter('phase.id', '123'),
7777
]
7878
);
7979
self::assertSame(

0 commit comments

Comments
 (0)