master
<?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';}