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 5975d8d commit 1b1d591
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 1b1d591

Please sign in to comment.