Skip to content

Commit 9a6ccdb

Browse files
committed
Apply fixes from StyleCI
1 parent a468648 commit 9a6ccdb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/FrankenPhp/FrankenPhpClient.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
use Illuminate\Http\Request;
77
use Laravel\Octane\Contracts\Client;
88
use Laravel\Octane\Octane;
9-
use Laravel\Octane\Stream;
109
use Laravel\Octane\OctaneResponse;
1110
use Laravel\Octane\RequestContext;
1211
use Symfony\Component\HttpFoundation\Response;

src/FrankenPhp/ServerProcessInspector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
namespace Laravel\Octane\FrankenPhp;
44

5-
use Illuminate\Support\Facades\Http;
65
use Illuminate\Http\Client\ConnectionException;
6+
use Illuminate\Support\Facades\Http;
77
use Laravel\Octane\Contracts\ServerProcessInspector as ServerProcessInspectorContract;
88
use Symfony\Component\Process\Process;
99

0 commit comments

Comments
 (0)