Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/clone/wp-conte.../plugins/wordpres.../vendor_p.../psr/log/Psr/Log
File: LogLevel.php
<?php
[0] Fix | Delete
[1] Fix | Delete
namespace YoastSEO_Vendor\Psr\Log;
[2] Fix | Delete
[3] Fix | Delete
/**
[4] Fix | Delete
* Describes log levels.
[5] Fix | Delete
*/
[6] Fix | Delete
class LogLevel
[7] Fix | Delete
{
[8] Fix | Delete
const EMERGENCY = 'emergency';
[9] Fix | Delete
const ALERT = 'alert';
[10] Fix | Delete
const CRITICAL = 'critical';
[11] Fix | Delete
const ERROR = 'error';
[12] Fix | Delete
const WARNING = 'warning';
[13] Fix | Delete
const NOTICE = 'notice';
[14] Fix | Delete
const INFO = 'info';
[15] Fix | Delete
const DEBUG = 'debug';
[16] Fix | Delete
}
[17] Fix | Delete
[18] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function