ok

Mini Shell

Direktori : /home2/selectio/public_html/fms-worksuite/vendor/phpro/grumphp/src/Task/Config/
Upload File :
Current File : /home2/selectio/public_html/fms-worksuite/vendor/phpro/grumphp/src/Task/Config/EmptyTaskConfig.php

<?php

declare(strict_types=1);

namespace GrumPHP\Task\Config;

class EmptyTaskConfig implements TaskConfigInterface
{
    public function getName(): string
    {
        return '';
    }

    public function getOptions(): array
    {
        return [];
    }

    public function getMetadata(): Metadata
    {
        return new Metadata([]);
    }
}

Zerion Mini Shell 1.0