From c686bbd7e206ba7c4f9b0800d152a4e8f9584a28 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Thu, 3 Jun 2021 11:40:02 +0200 Subject: [PATCH] Clean up invalid errors in baseline --- phpstan/baseline.neon | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/phpstan/baseline.neon b/phpstan/baseline.neon index fe7795738..573d7554a 100644 --- a/phpstan/baseline.neon +++ b/phpstan/baseline.neon @@ -45,21 +45,6 @@ parameters: count: 1 path: ../src/Composer/Command/DiagnoseCommand.php - - - message: "#^PHPDoc tag @param references unknown parameter\\: \\$links$#" - count: 1 - path: ../src/Composer/Command/GenerateTestCommand.php - - - - message: "#^Undefined variable\\: \\$io$#" - count: 2 - path: ../src/Composer/Command/GenerateTestCommand.php - - - - message: "#^Unreachable statement \\- code above always terminates\\.$#" - count: 1 - path: ../src/Composer/Command/GenerateTestCommand.php - - message: "#^Negated boolean expression is always false\\.$#" count: 1