Skip to content

Commit

Permalink
Merge pull request #164 from beyondcode/analysis-gOmLGw
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
mpociot authored Dec 4, 2020
2 parents 7bfb618 + 28cc353 commit 26a805c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Server/Http/Controllers/TunnelMessageController.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ protected function sendRequestToClient(Request $request, ControlConnection $cont

$httpConnection = $this->connectionManager->storeHttpConnection($httpConnection, $requestId);

transform($this->passRequestThroughModifiers($request, $httpConnection), function (Request $request) use ($controlConnection , $requestId) {
transform($this->passRequestThroughModifiers($request, $httpConnection), function (Request $request) use ($controlConnection, $requestId) {
$controlConnection->once('proxy_ready_'.$requestId, function (ConnectionInterface $proxy) use ($request) {
// Convert the Laravel request into a PSR7 request
$psr17Factory = new Psr17Factory();
Expand Down

0 comments on commit 26a805c

Please sign in to comment.