phug-php/phug

View on GitHub
src/Phug/Lexer/AbstractLexerModule.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

namespace Phug;

use Phug\Util\AbstractModule;

abstract class AbstractLexerModule extends AbstractModule implements LexerModuleInterface
{
}