Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche authored and github-actions[bot] committed Mar 13, 2024
1 parent 65e17b7 commit 24f5221
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/StructureDiscovererTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

use function Pest\Laravel\artisan;

use Spatie\StructureDiscoverer\Cache\FileDiscoverCacheDriver;
use Spatie\StructureDiscoverer\Cache\StaticDiscoverCacheDriver;
use Spatie\StructureDiscoverer\Data\DiscoveredAttribute;
Expand All @@ -26,7 +28,6 @@
use Spatie\StructureDiscoverer\Tests\Fakes\Nested\FakeNestedInterface;
use Spatie\StructureDiscoverer\Tests\Fakes\OtherNested\FakeOtherNestedClass;
use Spatie\StructureDiscoverer\Tests\Stubs\StubStructureScout;
use function Pest\Laravel\artisan;

beforeEach(function () {
StaticDiscoverCacheDriver::clear();
Expand Down

0 comments on commit 24f5221

Please sign in to comment.