From 64cb52086f0be96cac01517ac7c7edea4cb9ec45 Mon Sep 17 00:00:00 2001 From: Travis Carden Date: Wed, 23 Aug 2023 20:32:10 -0400 Subject: [PATCH] Remove workaround for fixed PHPStan bug. --- phpstan.neon.dist | 3 --- 1 file changed, 3 deletions(-) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 7ea81580e..b468347b6 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -24,9 +24,6 @@ parameters: - docs - LICENSE - src - excludePaths: - # @see https://github.com/phpstan/phpstan/issues/9577 - - src/API/Exception/TranslatableExceptionTrait.php ignoreErrors: # Production code. -