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