From 87b6ccc393fc1b764072ec6a0a4993f7dc5b91f4 Mon Sep 17 00:00:00 2001 From: Tom H Anderson Date: Tue, 18 Apr 2023 17:48:15 -0600 Subject: [PATCH] Removed unused ignoreError from phpstan --- phpstan.neon | 3 --- 1 file changed, 3 deletions(-) diff --git a/phpstan.neon b/phpstan.neon index c5bda014..12ac6ff9 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -16,9 +16,6 @@ parameters: - message: '#mock an undefined method save\(\) on class Doctrine\\Common\\Cache\\ArrayCache#' path: tests/Cache/DoctrineCacheStorageTest.php - - - message: '=Parameter #1 \$config of method Laminas\\ServiceManager\\AbstractPluginManager=' - path: tests/Service/CacheFactoryTest.php includes: - vendor/phpstan/phpstan-phpunit/extension.neon - vendor/phpstan/phpstan-phpunit/rules.neon