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/ninja-fo.../services
File: remote-installer-skin.php
<?php
[0] Fix | Delete
[1] Fix | Delete
namespace NinjaForms;
[2] Fix | Delete
[3] Fix | Delete
/**
[4] Fix | Delete
* A blank plugin installer skin.
[5] Fix | Delete
*/
[6] Fix | Delete
class Remote_Installer_Skin extends \Plugin_Installer_Skin
[7] Fix | Delete
{
[8] Fix | Delete
protected $errors;
[9] Fix | Delete
[10] Fix | Delete
public function error( $errors ){
[11] Fix | Delete
$this->errors = $errors;
[12] Fix | Delete
}
[13] Fix | Delete
[14] Fix | Delete
public function get_errors(){
[15] Fix | Delete
return $this->errors;
[16] Fix | Delete
}
[17] Fix | Delete
[18] Fix | Delete
public function feedback( $feedback, ...$args ){
[19] Fix | Delete
// This section intentionally left blank
[20] Fix | Delete
}
[21] Fix | Delete
public function before(){
[22] Fix | Delete
// This section intentionally left blank.
[23] Fix | Delete
}
[24] Fix | Delete
public function after(){
[25] Fix | Delete
// This section intentionally left blank.
[26] Fix | Delete
}
[27] Fix | Delete
}
[28] Fix | Delete
[29] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function