From 93a357af39994b846aa9c6280c8e44a1e2739e27 Mon Sep 17 00:00:00 2001 From: Stefano Arlandini Date: Mon, 17 May 2021 00:44:16 +0200 Subject: [PATCH] Remove no-more present errors from the PHPStan baseline --- phpstan-baseline.neon | 5 ----- 1 file changed, 5 deletions(-) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 5f89c5d7..13171eb5 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -15,11 +15,6 @@ parameters: count: 1 path: src/EventListener/ErrorListener.php - - - message: "#^Method Sentry\\\\SentryBundle\\\\EventListener\\\\TracingRequestListener\\:\\:getHttpFlavor\\(\\) never returns null so it can be removed from the return typehint\\.$#" - count: 1 - path: src/EventListener/TracingRequestListener.php - - message: "#^Call to an undefined method Doctrine\\\\DBAL\\\\Driver\\|Sentry\\\\SentryBundle\\\\Tracing\\\\Doctrine\\\\DBAL\\\\Compatibility\\\\ExceptionConverterDriverInterface\\:\\:connect\\(\\)\\.$#" count: 1