kylekatarnls/jade-php

View on GitHub
src/Pug/Compiler.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Pug;

/**
 * Class Pug Compiler.
 */
class Compiler extends \Phug\Compiler
{
}