Fix issue #840 Technical Debt not storing data nor displaying results in table

This commit is contained in:
Nathan Jovin 2015-03-05 00:12:42 -08:00
parent b8983b23a3
commit 610d0991a8

View file

@ -207,5 +207,7 @@ class TechnicalDebt implements PHPCI\Plugin, PHPCI\ZeroConfigPlugin
}
}
}
return array( $errorCount, $data );
}
}