phug-php/parser

View on GitHub
AbstractParserModule.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Phug;

use Phug\Util\AbstractModule;

abstract class AbstractParserModule extends AbstractModule implements ParserModuleInterface
{
}