From 1b1d5912eb4eb612b052d2a0ab100b46560a3cfb Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Thu, 5 Mar 2020 13:42:06 +0100 Subject: [PATCH] Fix the spec for MagicCallPatch The change in reporting of unexpected calls done in #441 broke our own spec suite. --- spec/Prophecy/Doubler/ClassPatch/MagicCallPatchSpec.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/spec/Prophecy/Doubler/ClassPatch/MagicCallPatchSpec.php b/spec/Prophecy/Doubler/ClassPatch/MagicCallPatchSpec.php index 8cbea1086..3a7d387e5 100644 --- a/spec/Prophecy/Doubler/ClassPatch/MagicCallPatchSpec.php +++ b/spec/Prophecy/Doubler/ClassPatch/MagicCallPatchSpec.php @@ -101,8 +101,6 @@ public function definedMethod() } /** - * @method void invalidMethodDefinition - * @method void * @method */ class MagicalApiInvalidMethodDefinition