Skip to content

Commit

Permalink
Merge pull request #2 from Laragear/analysis-jLPDp7
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
DarkGhostHunter authored Feb 16, 2022
2 parents 8c03011 + 9f2f9ae commit e22f1ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Http/ValidatesResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

namespace Laragear\ReCaptcha\Http;

use Illuminate\Support\Arr;
use Illuminate\Validation\ValidationException;
use function array_filter;
use function back;
use function config;
use Illuminate\Support\Arr;
use Illuminate\Validation\ValidationException;
use function implode;
use function trans;

Expand Down
2 changes: 1 addition & 1 deletion src/ReCaptcha.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

namespace Laragear\ReCaptcha;

use function app;
use GuzzleHttp\Promise\PromiseInterface;
use Illuminate\Contracts\Config\Repository;
use Illuminate\Http\Client\Factory;
use Laragear\ReCaptcha\Http\ReCaptchaResponse;
use LogicException;
use function app;

class ReCaptcha
{
Expand Down

0 comments on commit e22f1ad

Please sign in to comment.