Skip to content

Commit

Permalink
phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
Fedik committed Oct 18, 2020
1 parent 1175dcd commit e380943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/src/Log/Log.php
Expand Up @@ -443,7 +443,7 @@ public static function deprecated($entry)

try
{
self::add($entry, Log::WARNING, 'deprecated');
self::add($entry, self::WARNING, 'deprecated');
}
catch (\Exception $e)
{
Expand Down

0 comments on commit e380943

Please sign in to comment.