Skip to content

Commit

Permalink
Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AJenbo committed Jan 24, 2021
1 parent 50c31e7 commit ccaaa0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Mockery/Mock.php
Expand Up @@ -316,7 +316,7 @@ public function shouldAllowMockingMethod($method)
/**
* Set mock to ignore unexpected methods and return Undefined class
* @param mixed $returnValue the default return value for calls to missing functions on this mock
* @param bool $recursive Speficy if returned mocks should also have shouldIgnoreMissing set
* @param bool $recursive Specify if returned mocks should also have shouldIgnoreMissing set
* @return Mock
*/
public function shouldIgnoreMissing($returnValue = null, $recursive = false)
Expand Down

0 comments on commit ccaaa0b

Please sign in to comment.