Skip to content

Commit 4b7f2a8

Browse files
Document that this is a fluent API
1 parent 8b46030 commit 4b7f2a8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ interface InvocationStubber
2323
*/
2424
public function method(Constraint|string $constraint): self;
2525

26+
/**
27+
* @return $this
28+
*/
2629
public function id(string $id): self;
2730

2831
/**

0 commit comments

Comments
 (0)