Skip to content

Commit

Permalink
Merge pull request #41 from PauliusB/fix-infection-checker
Browse files Browse the repository at this point in the history
Fix infection checker
  • Loading branch information
exussum12 authored May 30, 2018
2 parents da92fbf + 9e6cd90 commit 542331b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/InfectionLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function parseLines()
// the last error in the file
$this->addError();

return $this->errors;
return array_keys($this->errors);
}

/**
Expand Down

0 comments on commit 542331b

Please sign in to comment.