Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
www
/
wp-content
/
plugins
/
all-in-one-seo-pack
/
vendor
/
league
/
html-to-markdown
/
src
/
Editing: ConfigurationAwareInterface.php
<?php declare(strict_types=1); namespace League\HTMLToMarkdown; interface ConfigurationAwareInterface { public function setConfig(Configuration $config): void; }
Save
Cancel