phug-php/phug

View on GitHub
src/Phug/Formatter/FormatterEvent.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

namespace Phug;

class FormatterEvent
{
    const FORMAT = 'formatter.format';
    const STRINGIFY = 'formatter.stringify';
    const NEW_FORMAT = 'formatter.new_format';
    const DEPENDENCY_STORAGE = 'formatter.dependency_storage';
}