From 55a7b339f231583de19aea69c923b2211a75fba1 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Mon, 11 Nov 2024 09:52:41 +0100 Subject: [PATCH] Fix phpstan --- phpstan.neon.dist | 3 --- 1 file changed, 3 deletions(-) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index ea9eab772..651297113 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -23,9 +23,6 @@ parameters: # can be removed when rollbar/rollbar can be added as dev require again (needs to allow monolog 3.x) - '#Rollbar\\RollbarLogger#' - # legacy elasticsearch namespace failures - - '# Elastic\\Elasticsearch\\#' - includes: - phpstan-baseline.neon - phpstan-ignore-by-php-version.neon.php