From 9d6e8e6c4ab5f08d90aa970c0f1583d1a743177a Mon Sep 17 00:00:00 2001 From: Bram Date: Fri, 3 Dec 2021 19:15:40 +0100 Subject: [PATCH] Update phpstan-baseline.neon (#399) --- phpstan-baseline.neon | 5 ----- 1 file changed, 5 deletions(-) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 1cde2acd22..62eeaf6ac5 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -20,11 +20,6 @@ parameters: count: 1 path: src/Faker/Extension/ContainerBuilder.php - - - message: "#^PHPDoc tag @throws with type Faker\\\\Extension\\\\ExtensionNotFound\\|Psr\\\\Container\\\\ContainerExceptionInterface is not subtype of Throwable$#" - count: 1 - path: src/Faker/Generator.php - - message: "#^Unreachable statement \\- code above always terminates\\.$#" count: 1