Skip to content

Commit

Permalink
Fix exception class in InvocationMocker und MockBuilder strub
Browse files Browse the repository at this point in the history
  • Loading branch information
weph committed May 29, 2021
1 parent a95b6b8 commit 7c48505
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ interface MockObject
*
* @return InvocationMocker
*
* @throws RuntimeException
* @throws \RuntimeException
*/
public function method($constraint);
}

0 comments on commit 7c48505

Please sign in to comment.