Remove __constructor from plugin interface to increase flexibility.

This commit is contained in:
meadsteve 2013-11-17 17:22:31 +00:00
parent 010b5ebe6d
commit f88df400f0

View file

@ -18,6 +18,5 @@ use PHPCI\Model\Build;
*/
interface Plugin
{
public function __construct(Builder $phpci, Build $build, array $options = array());
public function execute();
}