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 22, 2024
1 parent 1e1baf6 commit a35deea
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions packages/framework/src/Foundation/Concerns/HasMediaFiles.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
use Hyde\Support\Filesystem\MediaFile;
use Illuminate\Support\Collection;

use function implode;
use function collect;
use function sprintf;

/**
* @internal Single-use trait for the Filesystem class.
Expand Down
2 changes: 0 additions & 2 deletions packages/framework/src/Support/DataCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@

use function blank;
use function Hyde\path_join;
use function implode;
use function sprintf;
use function Hyde\unslash;
use function json_decode;
use function json_last_error_msg;
Expand Down
1 change: 0 additions & 1 deletion packages/framework/tests/Unit/DataCollectionUnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
use Illuminate\Filesystem\Filesystem;
use Illuminate\Support\Collection;
use Mockery;
use Hyde\Hyde;
use Illuminate\Support\Str;
use Hyde\Support\DataCollection;
use Hyde\Markdown\Models\FrontMatter;
Expand Down

0 comments on commit a35deea

Please sign in to comment.