Migrating PHPMD to use XML report format and add a UI plugin to display warning information. See #305

This commit is contained in:
Dan Cryer 2014-04-25 11:28:27 +00:00
commit 985c51c5e4
8 changed files with 184 additions and 14 deletions

View file

@ -157,4 +157,9 @@ class Build extends BuildBase
return $config;
}
public function getFileLink($file, $line = null)
{
return null;
}
}