Skip to content

Commit 542331b

Browse files
authored
Merge pull request #41 from PauliusB/fix-infection-checker
Fix infection checker
2 parents da92fbf + 9e6cd90 commit 542331b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InfectionLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function parseLines()
4242
// the last error in the file
4343
$this->addError();
4444

45-
return $this->errors;
45+
return array_keys($this->errors);
4646
}
4747

4848
/**

0 commit comments

Comments
 (0)