diff --git a/core/log.class.inc.php b/core/log.class.inc.php index 1b93546a6..f16e42d95 100644 --- a/core/log.class.inc.php +++ b/core/log.class.inc.php @@ -756,6 +756,9 @@ class DeadLockLog extends LogAPI * * @throws \Exception * @noinspection PhpParameterNameChangedDuringInheritanceInspection + * + * @since 2.7.1 method creation + * @since 2.7.5 3.0.0 rename param names and fix phpdoc (thanks Hipska !) */ public static function Log($sLevel, $sMessage, $iMysqlErrorNumber = null, $aContext = array()) {