phug-php/lexer

View on GitHub
LexerModuleInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Phug;

use Phug\Util\ModuleInterface;

interface LexerModuleInterface extends ModuleInterface
{
}