From 9b3398db8f02f5987329e1569b796fcad9e293ab Mon Sep 17 00:00:00 2001 From: Marcel Pociot Date: Tue, 22 Jun 2021 08:28:53 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/Feature/Server/TunnelTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Feature/Server/TunnelTest.php b/tests/Feature/Server/TunnelTest.php index 77304ed..a8f3713 100644 --- a/tests/Feature/Server/TunnelTest.php +++ b/tests/Feature/Server/TunnelTest.php @@ -696,6 +696,7 @@ class TunnelTest extends TestCase $client = app(Client::class); $client->shouldExit(false); + return $client; }