Skip to content

Commit

Permalink
Fix StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienheyd committed Apr 26, 2024
1 parent 5752598 commit 454def2
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 8 deletions.
3 changes: 0 additions & 3 deletions src/BoilerplateServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
use Illuminate\Foundation\AliasLoader;
use Illuminate\Pagination\Paginator;
use Illuminate\Routing\Router;
use Illuminate\Support\Facades\Blade;
use Illuminate\Support\Facades\View;
use Illuminate\Support\ServiceProvider;
use Illuminate\Support\Str;
use Laratrust\LaratrustFacade;
use Laratrust\LaratrustServiceProvider;
use Laratrust\Middleware\LaratrustAbility;
Expand All @@ -27,7 +25,6 @@
use Sebastienheyd\Boilerplate\View\Composers\DatatablesComposer;
use Sebastienheyd\Boilerplate\View\Composers\MenuComposer;
use Sebastienheyd\Boilerplate\View\Composers\TinymceLoadComposer;
use Sebastienheyd\Boilerplate\View\ViewFactory;

class BoilerplateServiceProvider extends ServiceProvider
{
Expand Down
1 change: 0 additions & 1 deletion src/Console/Dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace Sebastienheyd\Boilerplate\Console;

use Illuminate\Contracts\Filesystem\FileNotFoundException;
use Illuminate\Support\Facades\Artisan;

class Dashboard extends BoilerplateCommand
{
Expand Down
2 changes: 1 addition & 1 deletion tests/Components/FormTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class FormTest extends TestComponent
{
public function testFormComponent()
{
$expected = <<<'HTML'
$expected = <<<'HTML'
<form method="POST" action="">
<input type="hidden" name="_token" value="" autocomplete="off">
</form>
Expand Down
1 change: 0 additions & 1 deletion tests/Components/MenuTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace Sebastienheyd\Boilerplate\Tests\Components;

use Sebastienheyd\Boilerplate\Tests\factories\UserFactory;
use Sebastienheyd\Boilerplate\Tests\TestCase;

class MenuTest extends TestComponent
{
Expand Down
3 changes: 1 addition & 2 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use Arcanedev\LogViewer\LogViewerServiceProvider;
use Arcanedev\LogViewer\Providers\DeferredServicesProvider;
use Collective\Html\FormFacade;
use Creativeorange\Gravatar\GravatarServiceProvider;
use Illuminate\Auth\AuthServiceProvider;
use Illuminate\Broadcasting\BroadcastServiceProvider;
Expand Down Expand Up @@ -219,4 +218,4 @@ protected function getPackageAliases($app): array
'View' => View::class,
];
}
}
}

0 comments on commit 454def2

Please sign in to comment.