Skip to content

Commit

Permalink
Merge pull request #114 from invisnik/analysis-ka0V0G
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
invisnik authored Dec 3, 2019
2 parents 7882d92 + 093cdde commit 6ff1d0b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/SteamAuth.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

namespace Invisnik\LaravelSteamAuth;

use RuntimeException;
use Illuminate\Http\Request;
use GuzzleHttp\Client as GuzzleClient;
use GuzzleHttp\Exception\GuzzleException;
use GuzzleHttp\RequestOptions;
use Illuminate\Support\Fluent;
use Illuminate\Http\RedirectResponse;
use GuzzleHttp\Client as GuzzleClient;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Config;
use GuzzleHttp\Exception\GuzzleException;
use Illuminate\Support\Fluent;
use RuntimeException;

class SteamAuth implements SteamAuthInterface
{
Expand Down

0 comments on commit 6ff1d0b

Please sign in to comment.