mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 21:45:55 +00:00
Apply fixes from StyleCI
This commit is contained in:
committed by
StyleCI Bot
parent
0e33bc7d99
commit
83676deddb
@@ -4,12 +4,11 @@ namespace App\Http\Controllers;
|
||||
|
||||
use App\Http\Controllers\Concerns\LoadsViews;
|
||||
use App\Http\Controllers\Concerns\ParsesIncomingRequest;
|
||||
use function GuzzleHttp\Psr7\parse_request;
|
||||
use Illuminate\Http\Request;
|
||||
use Psr\Http\Message\RequestInterface;
|
||||
use Ratchet\ConnectionInterface;
|
||||
use Ratchet\Http\HttpServerInterface;
|
||||
use React\Promise\PromiseInterface;
|
||||
use function GuzzleHttp\Psr7\parse_request;
|
||||
|
||||
abstract class Controller implements HttpServerInterface
|
||||
{
|
||||
@@ -51,7 +50,7 @@ abstract class Controller implements HttpServerInterface
|
||||
$this->checkContentLength($from);
|
||||
}
|
||||
|
||||
function onError(ConnectionInterface $conn, \Exception $e)
|
||||
public function onError(ConnectionInterface $conn, \Exception $e)
|
||||
{
|
||||
//
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user