*/ interface ZeroConfigPluginInterface { /** * @param string $stage * @param Build $build * * @return bool */ public static function canExecuteOnStage($stage, Build $build); }