?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/demo2/wp-content/plugins/wordpress-seo/src/task-list/domain/tasks/



?? Go up: /home/webdevt/www/demo2/wp-content/plugins/wordpress-seo/src/task-list/domain

?? Viewing: abstract-completeable-task.php

<?php

// phpcs:disable Yoast.NamingConventions.NamespaceName.TooLong -- Needed in the folder structure.
namespace Yoast\WP\SEO\Task_List\Domain\Tasks;

/**
 * Abstract class for a completeable task.
 */
abstract class Abstract_Completeable_Task extends Abstract_Task implements Completeable_Task_Interface {}


??

??