Skip to content

Commit 4e6268b

Browse files
committed
chore: adjust code style
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent f5024a0 commit 4e6268b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/Capabilities.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
class Capabilities implements ICapability {
1717

1818
public function __construct(
19-
private readonly IAppConfig $config
19+
private readonly IAppConfig $config,
2020
) {
2121
}
2222

lib/Listener/ShareLinkAccessedListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function __construct(
2424
private IConfig $config,
2525
private IManager $manager,
2626
private LimitMapper $mapper,
27-
private LoggerInterface $logger
27+
private LoggerInterface $logger,
2828
) {
2929
}
3030

0 commit comments

Comments
 (0)