api/actividadeswp/v5/items/vendor/league/html-to-markdown/src/ConfigurationAwareInterface...

11 lines
169 B
PHP

<?php
declare(strict_types=1);
namespace League\HTMLToMarkdown;
interface ConfigurationAwareInterface
{
public function setConfig(Configuration $config): void;
}