chore: skip --tia on --mutate

This commit is contained in:
nuno maduro
2026-08-10 11:07:46 +01:00
parent 638932ddb5
commit d70ecb873e
2 changed files with 37 additions and 0 deletions
+4
View File
@@ -78,6 +78,10 @@ final class XdebugRestarter implements Restarter
}
}
if (Tia::isMutationRun($arguments)) {
return false;
}
if (! Tia::isEnabledForRun($arguments)) {
return false;
}