Skip to content

Commit

Permalink
chore: apply updated php-cs-fixer linter rules
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Mar 4, 2024
1 parent 860c292 commit 0731c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Collections/CandidatesCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public function remove(
): bool {
$candidate = $this->candidates[$package] ?? null;

if (! $candidate instanceof \PsrDiscovery\Entities\CandidateEntity) {
if (! $candidate instanceof CandidateEntity) {
return false;
}

Expand Down

0 comments on commit 0731c73

Please sign in to comment.