Skip to content

Commit

Permalink
[ci-review] Rector Rectify
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 31, 2023
1 parent c642395 commit f674af2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/Validation/RectorConfigValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,15 @@ public static function ensureRectorRulesExist(array $skip): void
$nonExistingRules[] = $key;
continue;
}

if (! self::isRectorClassValue($value)) {
continue;
}

if (class_exists($value)) {
continue;
}

$nonExistingRules[] = $value;
}

Expand Down

0 comments on commit f674af2

Please sign in to comment.