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.../lib/migratio...
File: constants.php
<?php
[0] Fix | Delete
[1] Fix | Delete
namespace Yoast\WP\Lib\Migrations;
[2] Fix | Delete
[3] Fix | Delete
/**
[4] Fix | Delete
* Yoast migrations constants class.
[5] Fix | Delete
*/
[6] Fix | Delete
class Constants {
[7] Fix | Delete
[8] Fix | Delete
public const MYSQL_MAX_IDENTIFIER_LENGTH = 64;
[9] Fix | Delete
public const SQL_UNKNOWN_QUERY_TYPE = 1;
[10] Fix | Delete
public const SQL_SELECT = 2;
[11] Fix | Delete
public const SQL_INSERT = 4;
[12] Fix | Delete
public const SQL_UPDATE = 8;
[13] Fix | Delete
public const SQL_DELETE = 16;
[14] Fix | Delete
public const SQL_ALTER = 32;
[15] Fix | Delete
public const SQL_DROP = 64;
[16] Fix | Delete
public const SQL_CREATE = 128;
[17] Fix | Delete
public const SQL_SHOW = 256;
[18] Fix | Delete
public const SQL_RENAME = 512;
[19] Fix | Delete
public const SQL_SET = 1024;
[20] Fix | Delete
}
[21] Fix | Delete
[22] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function