mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 00:07:22 +01:00
Merge fixes
This commit is contained in:
@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user