From 7d142aa864be316431069bddcf0123fe5de36c31 Mon Sep 17 00:00:00 2001 From: philipp lang Date: Wed, 19 Jul 2023 11:00:57 +0200 Subject: [PATCH] fix errors --- phpstan.neon | 8 -------- 1 file changed, 8 deletions(-) diff --git a/phpstan.neon b/phpstan.neon index d0d6e83c..99ab9fb4 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -208,14 +208,6 @@ parameters: - message: "#^Call to an undefined method Phake\\\\Proxies\\\\VerifierProxy.*#" - - - message: "#^Parameter \\#1 \\$mock of static method Phake\\:\\:verify\\(\\) expects Phake\\\\IMock, App\\\\Mailman\\\\Support\\\\MailmanService given\\.$#" - count: 4 - path: tests/Feature/Mailman/SettingTest.php - - - - message: "#verifyNoInteraction\\(\\) expects Phake\\\\IMock#" - - message: "#^Method Tests\\\\Feature\\\\Member\\\\StoreTest\\:\\:attributes\\(\\) has parameter \\$overwrites with no value type specified in iterable type array\\.$#" count: 1