Skip to content
Snippets Groups Projects
Unverified Commit 2288363b authored by Arthur Schiwon's avatar Arthur Schiwon
Browse files

add missing @since annotations

parent 4aba1f1c
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,13 @@ declare(strict_types=1);
namespace OCP\WorkflowEngine;
/**
* Interface IEntityAware
*
* @package OCP\WorkflowEngine
*
* @since 18.0.0
*/
interface IEntityAware {
/**
* @param object $entity
......
......@@ -30,6 +30,8 @@ namespace OCP\WorkflowEngine;
* represents an entitiy event that is dispatched via EventDispatcher
*
* @package OCP\WorkflowEngine
*
* @since 18.0.0
*/
interface IEntityEvent {
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment