return $pkginfo;
}
$this->validatePackageInfo($pkginfo, $errors, $warnings);
- // XXX We allow warnings, have we to do it?
+ // XXX We allow warnings, do we have to do it?
if (count($errors)) {
if (empty($options['force'])) {
return $this->raiseError("The following errors where found (use force option to install anyway):\n".
function _buildCallback($what, $data)
{
- switch ($what) {
-
- }
if (($what == 'cmdoutput' && $this->debug > 1) ||
($what == 'output' && $this->debug > 0)) {
$this->ui->outputData(rtrim($data), 'build');