phug-php/compiler

View on GitHub
AbstractCompilerModule.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
 
namespace Phug;
 
use Phug\Util\AbstractModule;
 
abstract class AbstractCompilerModule extends AbstractModule implements CompilerModuleInterface
{
}