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/wp-conte.../plugins/network-.../componen...
File: NetsPostsQueryBuilder.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Created by PhpStorm.
[2] Fix | Delete
* User: admin
[3] Fix | Delete
* Date: 26.03.2019
[4] Fix | Delete
* Time: 10:00
[5] Fix | Delete
*/
[6] Fix | Delete
[7] Fix | Delete
abstract class NetsPostsQueryBuilder {
[8] Fix | Delete
protected $query = '';
[9] Fix | Delete
[10] Fix | Delete
public abstract function include(array $included);
[11] Fix | Delete
[12] Fix | Delete
public abstract function exclude(array $excluded);
[13] Fix | Delete
[14] Fix | Delete
public function get_query(){
[15] Fix | Delete
return $this->query;
[16] Fix | Delete
}
[17] Fix | Delete
[18] Fix | Delete
}
[19] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function