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 Aug 13, 2024
1 parent 617c791 commit 0d52568
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Data/DiscoveredAttribute.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace Spatie\StructureDiscoverer\Data;

use ReflectionAttribute;
use ReflectionClass;

class DiscoveredAttribute
{
Expand Down
3 changes: 2 additions & 1 deletion src/DiscoverWorkers/ParallelDiscoverWorker.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

namespace Spatie\StructureDiscoverer\DiscoverWorkers;

use Spatie\StructureDiscoverer\Data\DiscoveredStructure;
use function Amp\async;
use function Amp\Future\await;

use Illuminate\Support\Collection;

use Spatie\StructureDiscoverer\Data\DiscoveredStructure;
use Spatie\StructureDiscoverer\Data\DiscoverProfileConfig;

class ParallelDiscoverWorker implements DiscoverWorker
Expand Down

0 comments on commit 0d52568

Please sign in to comment.