File "seo-score-groups-interface.php"

Full Path: /home/elegucvf/public_html/src/dashboard/domain/score-groups/seo-score-groups/seo-score-groups-interface.php
File size: 347 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
// phpcs:disable Yoast.NamingConventions.NamespaceName
namespace Yoast\WP\SEO\Dashboard\Domain\Score_Groups\SEO_Score_Groups;

use Yoast\WP\SEO\Dashboard\Domain\Score_Groups\Score_Groups_Interface;

/**
 * This interface describes an SEO score group implementation.
 */
interface SEO_Score_Groups_Interface extends Score_Groups_Interface {}