add missing @since annotations

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
Arthur Schiwon 2019-08-22 11:00:59 +02:00
parent 4aba1f1cff
commit 2288363b0f
No known key found for this signature in database
GPG Key ID: 7424F1874854DF23
2 changed files with 9 additions and 1 deletions

View File

@ -24,7 +24,13 @@ declare(strict_types=1);
namespace OCP\WorkflowEngine; namespace OCP\WorkflowEngine;
/**
* Interface IEntityAware
*
* @package OCP\WorkflowEngine
*
* @since 18.0.0
*/
interface IEntityAware { interface IEntityAware {
/** /**
* @param object $entity * @param object $entity

View File

@ -30,6 +30,8 @@ namespace OCP\WorkflowEngine;
* represents an entitiy event that is dispatched via EventDispatcher * represents an entitiy event that is dispatched via EventDispatcher
* *
* @package OCP\WorkflowEngine * @package OCP\WorkflowEngine
*
* @since 18.0.0
*/ */
interface IEntityEvent { interface IEntityEvent {
/** /**