PMCORE-3876 Check Backward Incompatible Changes, specially "String to Number Comparison"
This commit is contained in:
6
thirdparty/pear/Log.php
vendored
6
thirdparty/pear/Log.php
vendored
@@ -100,6 +100,12 @@ class Log
|
||||
'%{function}' => '%7$s',
|
||||
'%\{' => '%%{');
|
||||
|
||||
/**
|
||||
* Constructor of the class.
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
* Attempts to return a concrete Log instance of type $handler.
|
||||
|
||||
Reference in New Issue
Block a user