YiiRocks/simple-html-dom

View on GitHub
src/SimpleHtmlDomInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

declare(strict_types=1);

namespace YiiRocks\SimpleHtmlDom;

interface SimpleHtmlDomInterface extends \voku\helper\DomParserInterface
{
}