Skip to content

Commit

Permalink
Merge pull request #109 from weph/master
Browse files Browse the repository at this point in the history
Fix exception class in InvocationMocker und MockBuilder strub
  • Loading branch information
weirdan committed May 29, 2021
2 parents a95b6b8 + 7c48505 commit 31d15bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stubs/InvocationMocker.phpstub
Expand Up @@ -8,7 +8,7 @@ class InvocationMocker
*
* @return static
*
* @throws RuntimeException
* @throws \RuntimeException
*/
public function with(...$arguments) {}
}
2 changes: 1 addition & 1 deletion stubs/MockBuilder.phpstub
Expand Up @@ -50,7 +50,7 @@ interface MockObject
*
* @return InvocationMocker
*
* @throws RuntimeException
* @throws \RuntimeException
*/
public function method($constraint);
}

0 comments on commit 31d15bb

Please sign in to comment.