: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
namespace Yoast\WHIPv2\Interfaces;
* Interface DismissStorage.
interface DismissStorage {
* @param int $dismissedValue The value to save.
* @return bool True when successful.
public function set( $dismissedValue );
* @return int The stored value.