Fixing Technical Debt error message.

This commit is contained in:
James Inman 2015-02-18 14:56:04 +00:00
parent d6f72b0b7e
commit 5bb68507d8

View file

@ -126,6 +126,7 @@ class TechnicalDebt implements PHPCI\Plugin, PHPCI\ZeroConfigPlugin
*/
public function execute()
{
$success = true;
$this->phpci->logExecOutput(false);
list($errorCount, $data) = $this->getErrorList();