Merge pull request #422 from jfi/docblock-graphfix

Fixing graph for docblock checker.
This commit is contained in:
Dan Cryer 2014-05-14 11:06:45 +01:00
commit 4ddad9f216

View file

@ -22,7 +22,7 @@ var warningsPlugin = PHPCI.UiPlugin.extend({
queries.push(PHPCI.registerQuery(key, -1, {num_builds: 10, key: key}));
}
$(window).on('phpmd-warnings phpcs-warnings phpcs-errors phplint-errors phpunit-errors phpdoccheck-errors', function(data) {
$(window).on('phpmd-warnings phpcs-warnings phpcs-errors phplint-errors phpunit-errors phpdoccheck-warnings', function(data) {
self.onUpdate(data);
});