Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspervriends committed Nov 28, 2021
1 parent 516b9aa commit 0a73333
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Action/ActionDriverInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public function translationKey(): string;

/**
* A list of settings used by this action.
*
*
* Keys should be setting names, values should be translation keys for placeholders.
*/
public function availableSettings(): array;
Expand All @@ -34,5 +34,5 @@ public function extensionDependencies(): array;
* Apply the action to the user.
* Don't forget to dispatch any events that should be emitted!
*/
public function execute(User $user, array $settings = [], User $lastEditedBy);
}
public function execute(User $user, array $settings, User $lastEditedBy);
}

0 comments on commit 0a73333

Please sign in to comment.