From 0bb18a8afe1baaf281ad60292bbe92a4bef64087 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