Skip to content

Commit e2c31b7

Browse files
Include id() method in InvocationStubber interface
1 parent 7835bb4 commit e2c31b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Framework/MockObject/Runtime/Interface/InvocationStubber.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
*/
1919
interface InvocationStubber
2020
{
21+
public function id(string $id): self;
22+
2123
/**
2224
* @return $this
2325
*/

0 commit comments

Comments
 (0)