Skip to content

Commit

Permalink
Merge pull request #13 from Laragear/analysis-ne427O
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
DarkGhostHunter authored May 26, 2022
2 parents 11f3e41 + d5747cb commit a53047d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/TwoFactorLoginHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

namespace Laragear\TwoFactor;

use function array_merge;
use Illuminate\Auth\AuthManager;
use Illuminate\Auth\SessionGuard;
use Illuminate\Contracts\Session\Session;
Expand All @@ -10,7 +11,6 @@
use InvalidArgumentException;
use JetBrains\PhpStorm\ArrayShape;
use Laragear\TwoFactor\Exceptions\InvalidCodeException;
use function array_merge;
use function response;
use function view;

Expand Down
6 changes: 3 additions & 3 deletions tests/TwoFactorLoginHelperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

namespace Tests;

use function app;
use function config;
use function get_class;
use Illuminate\Contracts\Auth\Guard;
use Illuminate\Foundation\Testing\RefreshDatabase;
use Illuminate\Foundation\Testing\WithFaker;
Expand All @@ -18,9 +21,6 @@
use Mockery;
use Tests\Stubs\UserStub;
use Tests\Stubs\UserTwoFactorStub;
use function app;
use function config;
use function get_class;
use function today;
use function trans;
use function var_dump;
Expand Down

0 comments on commit a53047d

Please sign in to comment.