refactor: action (#2836)

This commit is contained in:
Dag 2022-06-22 18:30:37 +02:00 committed by GitHub
parent fad0dbb6ef
commit ee80f4918e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 18 additions and 51 deletions

View file

@ -15,14 +15,6 @@
* Interface for action objects.
*/
interface ActionInterface {
/**
* Set user data for the action to consume.
*
* @param array $userData An associative array of user data.
* @return void
*/
function setUserData($userData);
/**
* Execute the action.
*