ok
Direktori : /home2/selectio/public_html/fms-worksuite/vendor/phpro/grumphp/src/Task/Config/ |
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([]); } }