diff options
Diffstat (limited to 'lib/public/WorkflowEngine/EntityContext/IDisplayText.php')
-rw-r--r-- | lib/public/WorkflowEngine/EntityContext/IDisplayText.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public/WorkflowEngine/EntityContext/IDisplayText.php b/lib/public/WorkflowEngine/EntityContext/IDisplayText.php index c840bd56fb7..c5a30b7cdea 100644 --- a/lib/public/WorkflowEngine/EntityContext/IDisplayText.php +++ b/lib/public/WorkflowEngine/EntityContext/IDisplayText.php @@ -32,7 +32,6 @@ namespace OCP\WorkflowEngine\EntityContext; * @since 18.0.0 */ interface IDisplayText { - /** * returns translated text used for display to the end user. For instance, * it can describe the event in a human readable way. |