Fix backend code styling

This commit is contained in:
MakingCG
2021-11-05 06:02:23 +00:00
committed by GitHub Actions
parent 5c12334d92
commit 73cd950054
2 changed files with 2 additions and 2 deletions
@@ -8,7 +8,8 @@ class UpdateMembersAction
{
public function __construct(
public TransferContentOwnershipToTeamFolderOwnerAction $transferContentOwnership,
) {}
) {
}
public function __invoke(Folder $folder, $members): void
{