mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
Fixes types
This commit is contained in:
@ -138,9 +138,9 @@ final class Expectation
|
||||
/**
|
||||
* Allows you to specify a sequential set of expectations for each item in a iterable "value".
|
||||
*
|
||||
* @template TValue
|
||||
* @template TSequenceValue
|
||||
*
|
||||
* @param callable(self, self): void|TValue ...$callbacks
|
||||
* @param callable(self, self): void|TSequenceValue ...$callbacks
|
||||
*/
|
||||
public function sequence(...$callbacks): Expectation
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user