💡 Add since phpdoc tags for \DeadLockLog::Log

This commit is contained in:
Pierre Goiffon
2021-04-16 08:35:59 +02:00
parent 2ad3b3c27e
commit 87ba67225a

View File

@@ -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())
{