Skip to content

Commit 9e6cd90

Browse files
author
Paulius Bankauskas
committed
Fix infection checker
1 parent da92fbf commit 9e6cd90

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)