diff --git a/PHPCI/Plugin.php b/PHPCI/Plugin.php index a924b39a..6f915e3b 100644 --- a/PHPCI/Plugin.php +++ b/PHPCI/Plugin.php @@ -18,6 +18,5 @@ use PHPCI\Model\Build; */ interface Plugin { - public function __construct(Builder $phpci, Build $build, array $options = array()); public function execute(); }