Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: apply new coding style
Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux committed Jul 7, 2025
commit 00fc89462507210cd1b600d14dd78f02a99b7721
2 changes: 1 addition & 1 deletion lib/Capabilities.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
class Capabilities implements ICapability {

public function __construct(
private readonly IAppConfig $config
private readonly IAppConfig $config,
) {
}

Expand Down
2 changes: 1 addition & 1 deletion lib/Listener/ShareLinkAccessedListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function __construct(
private IConfig $config,
private IManager $manager,
private LimitMapper $mapper,
private LoggerInterface $logger
private LoggerInterface $logger,
) {
}

Expand Down
Loading