Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
leonidasmi committed Nov 26, 2024
1 parent 4aadc27 commit 3d06b3f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions src/dashboard/domain/score-groups/abstract-score-group.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,6 @@ abstract class Abstract_Score_Group implements Score_Groups_Interface {
*/
private $max_score;

/**
* The view link of the score group.
*
* @var string
*/
private $view_link;

/**
* The position of the score group.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use Yoast\WP\SEO\Dashboard\Domain\Score_Groups\Score_Groups_Interface;

/**
* The interface of scores collectors.
* The interface of score result collectors.
*/
interface Score_Results_Collector_Interface {

Expand Down

0 comments on commit 3d06b3f

Please sign in to comment.