From 579bb1b90caa3cc4490f8cf4175016995911023e Mon Sep 17 00:00:00 2001 From: luke Date: Thu, 17 Jun 2021 00:15:42 +0100 Subject: [PATCH] Updates DocBlock type hinting --- src/Expectation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Expectation.php b/src/Expectation.php index f14491c3..424f4b60 100644 --- a/src/Expectation.php +++ b/src/Expectation.php @@ -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 {