phug-php/parser

View on GitHub
ParserModuleInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Phug;

use Phug\Util\ModuleInterface;

interface ParserModuleInterface extends ModuleInterface
{
}