From a6dec31b9d5d9b0030beb2356d72b458a747e311 Mon Sep 17 00:00:00 2001 From: faissaloux Date: Fri, 31 Mar 2023 22:11:32 +0000 Subject: [PATCH] fix return --- src/PendingCalls/TestCall.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/PendingCalls/TestCall.php b/src/PendingCalls/TestCall.php index d269c6ab..0b6139d6 100644 --- a/src/PendingCalls/TestCall.php +++ b/src/PendingCalls/TestCall.php @@ -184,6 +184,8 @@ final class TestCall ); } } + + return $this; } /**