Remove __constructor from plugin interface to increase flexibility.
This commit is contained in:
parent
010b5ebe6d
commit
f88df400f0
1 changed files with 0 additions and 1 deletions
|
|
@ -18,6 +18,5 @@ use PHPCI\Model\Build;
|
|||
*/
|
||||
interface Plugin
|
||||
{
|
||||
public function __construct(Builder $phpci, Build $build, array $options = array());
|
||||
public function execute();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue