: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
namespace Yoast\WHIPv2\Interfaces;
* An interface that represents a version detector and message.
interface VersionDetector {
* Detects the version of the installed software.
public function detect();
* Returns the message that should be shown if a version is not deemed appropriate by the implementation.
public function getMessage();