mirror of
https://github.com/pestphp/pest.git
synced 2026-03-12 02:37:22 +01:00
Updates DocBlock type hinting
This commit is contained in:
@ -120,7 +120,7 @@ final class Expectation
|
|||||||
/**
|
/**
|
||||||
* Allows you to specify a sequential set of expectations for each item in a iterable "value".
|
* Allows you to specify a sequential set of expectations for each item in a iterable "value".
|
||||||
*
|
*
|
||||||
* @param mixed ...$callbacks
|
* @param callable(Expectation, Expectation): void|mixed ...$callbacks
|
||||||
*/
|
*/
|
||||||
public function sequence(...$callbacks): Expectation
|
public function sequence(...$callbacks): Expectation
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user