Skip to content

Commit

Permalink
Merge pull request #2 from Laragear/analysis-yvajOo
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
DarkGhostHunter authored Feb 24, 2022
2 parents f2fd0ec + 174202c commit 29a2364
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Http/Middleware/InjectScript.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
namespace Laragear\Poke\Http\Middleware;

use Closure;
use function csrf_field;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Blade;
use Laragear\Poke\Blade\Components\Script;
use Symfony\Component\HttpFoundation\Response;
use function csrf_field;
use function strpos;
use function substr_replace;
use Symfony\Component\HttpFoundation\Response;

class InjectScript
{
Expand Down
2 changes: 1 addition & 1 deletion tests/Http/Middleware/InjectScriptAutoModeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace Tests\Http\Middleware;

use Tests\TestCase;
use function substr_count;
use Tests\TestCase;

class InjectScriptAutoModeTest extends TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/Http/Middleware/InjectScriptMiddlewareModeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace Tests\Http\Middleware;

use Tests\TestCase;
use function substr_count;
use Tests\TestCase;

class InjectScriptMiddlewareModeTest extends TestCase
{
Expand Down

0 comments on commit 29a2364

Please sign in to comment.