phug-php/formatter

View on GitHub
Formatter/MarkupInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Phug\Formatter;

interface MarkupInterface extends AssignmentContainerInterface
{
    public function belongsTo(array $tagList);

    public function isAutoClosed();
}