Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Dec 14, 2023
1 parent 6d44609 commit 5a23a4e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@
use Hyde\Framework\Concerns\InteractsWithDirectories;
use Hyde\Pages\DocumentationPage;
use Illuminate\Support\Collection;

use Hyde\Framework\Features\Documentation\DocumentationSearchIndex;
use function tap;

use function basename;
use function in_array;
use function trim;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@

namespace Hyde\Framework\Features\Documentation;

use Hyde\Hyde;
use Hyde\Facades\Config;
use Hyde\Pages\InMemoryPage;
use Hyde\Pages\DocumentationPage;
use Illuminate\Support\Facades\View;
use Hyde\Framework\Actions\StaticPageBuilder;
use Hyde\Framework\Actions\GeneratesDocumentationSearchIndex;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
use Hyde\Pages\InMemoryPage;
use Hyde\Pages\DocumentationPage;
use Hyde\Testing\TestCase;
use Hyde\Framework\Actions\GeneratesDocumentationSearchIndex;

/**
* @covers \Hyde\Console\Commands\BuildSearchCommand
Expand Down

0 comments on commit 5a23a4e

Please sign in to comment.