phug-php/compiler

View on GitHub
CompilerModuleInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
 
namespace Phug;
 
use Phug\Util\ModuleInterface;
 
interface CompilerModuleInterface extends ModuleInterface
{
}