💡 N°4558 Add PHPDoc

This commit is contained in:
Pierre Goiffon
2022-01-03 12:21:55 +01:00
parent 25e560fdaa
commit f9359431fe

View File

@@ -540,9 +540,17 @@ class FileLog
class LogChannels
{
const APC = 'apc';
/**
* @var string
* @since 2.7.7 N°4558 use this new channel when logging DB transactions
*/
const CMDBSOURCE = 'cmdbsource';
const DEADLOCK = 'DeadLock';
const INLINE_IMAGE = 'InlineImage';
const PORTAL = 'portal';
}