diff options
author | 2022-06-22 18:30:37 +0200 | |
---|---|---|
committer | 2022-06-22 18:30:37 +0200 | |
commit | ee80f4918e85cdc3c2c41e8e2c8b667c02b3f0bf (patch) | |
tree | 59273deedb25b7477aab2852bd39922721f1457c /lib/ActionInterface.php | |
parent | fad0dbb6efcd772670a4cfb27bac57473deec37b (diff) | |
download | rss-bridge-ee80f4918e85cdc3c2c41e8e2c8b667c02b3f0bf.tar.gz rss-bridge-ee80f4918e85cdc3c2c41e8e2c8b667c02b3f0bf.tar.zst rss-bridge-ee80f4918e85cdc3c2c41e8e2c8b667c02b3f0bf.zip |
refactor: action (#2836)
Diffstat (limited to 'lib/ActionInterface.php')
-rw-r--r-- | lib/ActionInterface.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/ActionInterface.php b/lib/ActionInterface.php index c38d057a..63088573 100644 --- a/lib/ActionInterface.php +++ b/lib/ActionInterface.php @@ -16,14 +16,6 @@ */ 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. * * Note: This function directly outputs data to the user. |