From c290909eb3ea47544cdfae6e1119492b1a0699a6 Mon Sep 17 00:00:00 2001 From: luke Date: Fri, 25 Jun 2021 09:24:16 +0100 Subject: [PATCH] Adds @mixin for HigherOrderCallables class --- src/PendingObjects/TestCall.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/PendingObjects/TestCall.php b/src/PendingObjects/TestCall.php index 39486565..69227aa6 100644 --- a/src/PendingObjects/TestCall.php +++ b/src/PendingObjects/TestCall.php @@ -11,7 +11,8 @@ use Pest\Support\NullClosure; use Pest\TestSuite; use SebastianBergmann\Exporter\Exporter; -/** +/* + * @mixin \Pest\Support\HigherOrderCallables * @method \Pest\Expectations\Expectation expect(mixed $value) * * @internal