From ec58040f6ed8bb962d96261a25702aed4e737457 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Sat, 15 Jun 2024 15:24:03 +0100 Subject: [PATCH] feat: improves type hinting --- src/PendingCalls/BeforeEachCall.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/PendingCalls/BeforeEachCall.php b/src/PendingCalls/BeforeEachCall.php index 41f10d6b..48e093e7 100644 --- a/src/PendingCalls/BeforeEachCall.php +++ b/src/PendingCalls/BeforeEachCall.php @@ -15,6 +15,8 @@ use Pest\TestSuite; /** * @internal + * + * @mixin TestCall */ final class BeforeEachCall {