Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
dulkoss authored and github-actions[bot] committed Oct 5, 2023
1 parent fe5bfee commit 9d65660
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Checks/ComposerOutdatedCheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Vormkracht10\LaravelOK\Checks;

use Illuminate\Support\Arr;
use Illuminate\Support\Collection;
use Illuminate\Support\Facades\Process;
use Vormkracht10\LaravelOK\Checks\Base\Check;
Expand Down Expand Up @@ -37,7 +36,7 @@ public function reportOnlyMinor(): static
}

/**
* @param array<string, SemverLevel> $versions
* @param array<string, SemverLevel> $versions
*/
public function versions(array $versions): static
{
Expand Down

0 comments on commit 9d65660

Please sign in to comment.