: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
require_once __DIR__ . '/wfScanFile.php';
class wfScanFileListItem extends wfScanFile {
public function __construct($id, $realPath, $wordpressPath, $next = null) {
parent::__construct($realPath, $wordpressPath);
public function getId() {
public function getNext() {