phug-php/renderer

View on GitHub
AbstractRendererModule.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Phug;

use Phug\Util\AbstractModule;

abstract class AbstractRendererModule extends AbstractModule implements RendererModuleInterface
{
}