From df934bacd9264bcb61c5e48b8881af321b5fd4d5 Mon Sep 17 00:00:00 2001 From: Matan Yadaev Date: Tue, 5 Jan 2021 20:42:14 +0200 Subject: [PATCH] fix TestCase expect phpDoc --- src/PendingObjects/TestCall.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PendingObjects/TestCall.php b/src/PendingObjects/TestCall.php index 76b73e28..cd65ae76 100644 --- a/src/PendingObjects/TestCall.php +++ b/src/PendingObjects/TestCall.php @@ -12,7 +12,7 @@ use Pest\TestSuite; use SebastianBergmann\Exporter\Exporter; /** - * @method \Pest\Expectation expect(mixed $value) + * @method \Pest\Expectations\Expectation expect(mixed $value) * * @internal */