php-censor/src/PHPCensor/ZeroConfigPluginInterface.php
Dmitry Khomutov 45e674a733 Fixed naming.
2017-10-21 15:51:05 +07:00

14 lines
224 B
PHP

<?php
namespace PHPCensor;
use PHPCensor\Model\Build;
/**
* @author Dan Cryer <dan@block8.co.uk>
*/
interface ZeroConfigPluginInterface
{
public static function canExecute($stage, Builder $builder, Build $build);
}