From b1e00355acd6e7a78071b06b450462a64a03d0dc Mon Sep 17 00:00:00 2001 From: Chris W Jones Date: Wed, 29 Nov 2023 11:36:47 -0500 Subject: [PATCH] Fix phpstan tests --- phpstan.neon | 3 --- 1 file changed, 3 deletions(-) diff --git a/phpstan.neon b/phpstan.neon index 2c5b052..3f8ce6e 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -20,9 +20,6 @@ parameters: - message: '#Call to deprecated method getMasterRequest\(\) of class Symfony\\Component\\HttpFoundation\\RequestStack#' reportUnmatched: false - # See https://github.com/phpstan/phpstan-deprecation-rules/issues/76#issuecomment-1319808544 - - '#^Call to deprecated method prophesize\(\) of class Sourceability\\Instrumentation\\Test\\#' - scanDirectories: - vendor/datadog/dd-trace/src/DDTrace/