Merge fixes

This commit is contained in:
luke
2021-06-18 21:46:57 +01:00
parent 7c4dd2f2e7
commit 8a384a6d65
2 changed files with 5 additions and 2 deletions

View File

@ -128,9 +128,10 @@ final class Expectation
}
/**
* @template TValue
* Allows you to specify a sequential set of expectations for each item in a iterable "value".
*
* @param callable(Expectation, Expectation): void|mixed ...$callbacks
* @param callable(Expectation, Expectation): void|TValue ...$callbacks
*/
public function sequence(...$callbacks): Expectation
{