Skip to content

Commit

Permalink
Fix the spec for MagicCallPatch
Browse files Browse the repository at this point in the history
The change in reporting of unexpected calls done in phpspec#441 broke our own
spec suite.
  • Loading branch information
stof committed Mar 5, 2020
1 parent a679d68 commit 0bb18a8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/Prophecy/Doubler/ClassPatch/MagicCallPatchSpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@ public function definedMethod()
}

/**
* @method void invalidMethodDefinition
* @method void
* @method
*/
class MagicalApiInvalidMethodDefinition
Expand Down

0 comments on commit 0bb18a8

Please sign in to comment.