phug-php/formatter

View on GitHub
FormatterEvent.php

Summary

Maintainability
A
0 mins
Test Coverage
<?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';
}