<?php

namespace Yoast\WP\SEO\Presenters;

/**
 * Class Prominent_Words_Notification_Presenter
 *
 * @deprecated 15.1
 * @codeCoverageIgnore
 *
 * @package Yoast\WP\SEO\Presenters
 */
class Prominent_Words_Notification extends Abstract_Presenter {

	/**
	 * Presents the notification.
	 *
	 * @deprecated 15.1
	 * @codeCoverageIgnore
	 *
	 * @return string The notification.
	 */
	public function present() {
		\_deprecated_function( __METHOD__, 'WPSEO 15.1' );
		return '';
	}
}
