Commit 72b5839
chore: ignore equivalent ReturnRemoval mutation in HarFileRepository::getIds
The return [] at line 49 is an equivalent mutation because without it,
scandir() is called on a non-directory path which returns false, and
the subsequent if (!$hars) check catches this and returns []. The only
difference is a PHP warning which tests are configured to ignore.1 parent 8eaf8fb commit 72b5839
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
| |||
0 commit comments