From 69f6754c4d602f8af6ecc850b57474c49607d445 Mon Sep 17 00:00:00 2001 From: Aidan Woods Date: Mon, 11 Feb 2019 00:42:19 +0000 Subject: [PATCH] These classes of mutations would be caught be static analysis Infection doesn't support running Psalm, so removing the mutations is next best solution. --- infection.json.dist | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/infection.json.dist b/infection.json.dist index 57d6912..43325e8 100644 --- a/infection.json.dist +++ b/infection.json.dist @@ -9,6 +9,10 @@ "text": "infection.log" }, "mutators": { - "@default": true + "@default": true, + "@cast": false, + "This": false, + "FunctionCall": false, + "NewObject": false } }