diff options
Diffstat (limited to 'lib/public/WorkflowEngine/IEntity.php')
-rw-r--r-- | lib/public/WorkflowEngine/IEntity.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public/WorkflowEngine/IEntity.php b/lib/public/WorkflowEngine/IEntity.php index 173e696a6e4..543fb5a9504 100644 --- a/lib/public/WorkflowEngine/IEntity.php +++ b/lib/public/WorkflowEngine/IEntity.php @@ -37,7 +37,6 @@ use OCP\EventDispatcher\Event; * Ensure to listen to 'OCP/WorkflowEngine::loadEntities' for registering your * entities. * - * @package OCP\WorkflowEngine * @since 18.0.0 */ interface IEntity { |