Apply fixes from StyleCI

This commit is contained in:
Marcel Pociot
2021-05-19 18:21:43 +00:00
committed by StyleCI Bot
parent db57f83bdf
commit 9342a5ce36
14 changed files with 6 additions and 21 deletions

View File

@@ -11,8 +11,8 @@ use Clue\React\Buzz\Browser;
use Clue\React\Buzz\Message\ResponseException;
use GuzzleHttp\Psr7\Message;
use GuzzleHttp\Psr7\Request;
use Illuminate\Support\Arr;
use function GuzzleHttp\Psr7\str;
use Illuminate\Support\Arr;
use Mockery as m;
use Psr\Http\Message\RequestInterface;
use Psr\Http\Message\ResponseInterface;
@@ -67,6 +67,7 @@ class DashboardTest extends TestCase
->once()
->withArgs(function ($arg) {
$sentRequest = Message::parseMessage($arg);
return Arr::get($sentRequest, 'start-line') === 'GET /example HTTP/1.1';
});