LogChannel : add missing @since

This commit is contained in:
Pierre Goiffon
2022-11-24 17:27:18 +01:00
parent 6a0cdb8705
commit 34f03715b6

View File

@@ -551,6 +551,9 @@ class LogChannels
*/
public const NOTIFICATIONS = 'notifications';
/**
* @since 3.0.0
*/
public const CLI = 'CLI';
/**
@@ -560,15 +563,18 @@ class LogChannels
*/
public const CMDB_SOURCE = 'cmdbsource';
public const CONSOLE = 'console';
/**
* @since 3.0.0
*/
public const CONSOLE = 'console';
public const CORE = 'core';
public const CORE = 'core';
public const DEADLOCK = 'DeadLock';
public const DEADLOCK = 'DeadLock';
public const INLINE_IMAGE = 'InlineImage';
public const PORTAL = 'portal';
public const PORTAL = 'portal';
}