Updates DocBlock type hinting

This commit is contained in:
luke
2021-06-17 00:15:42 +01:00
parent 241d4cf94c
commit 579bb1b90c

View File

@ -120,7 +120,7 @@ final class Expectation
/**
* 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
{