From 2b5355419a64ed031b5f07003b48d0c77dd68cf8 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Wed, 28 Jul 2021 01:59:47 +0100 Subject: [PATCH] chore: fixes types --- src/PendingObjects/TestCall.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/PendingObjects/TestCall.php b/src/PendingObjects/TestCall.php index de74cf99..be839bff 100644 --- a/src/PendingObjects/TestCall.php +++ b/src/PendingObjects/TestCall.php @@ -148,6 +148,7 @@ final class TestCall ? $conditionOrMessage : $message; + /** @var callable(): bool $condition */ $condition = $condition->bindTo(null); $this->testCaseFactory