Skip to content

Commit

Permalink
fix rector
Browse files Browse the repository at this point in the history
  • Loading branch information
boxblinkracer committed Jan 17, 2024
1 parent c57fc79 commit 775dc61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function validateConfig(Configuration $configuration): void
{
$foundSets = [];

if (count($configuration->getTranslationSets()) === 0) {
if ($configuration->getTranslationSets() === []) {
throw new ConfigurationException('No TranslationSets found');
}

Expand Down

0 comments on commit 775dc61

Please sign in to comment.