phug-php/formatter

View on GitHub
Formatter/Element/DoctypeElement.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Phug\Formatter\Element;

class DoctypeElement extends AbstractValueElement
{
}