pug-php/ci-pug

View on GitHub
Jade/Nodes/Node.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Jade\Nodes;

abstract class Node
{
}