mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 18:43:49 +00:00
Fix php cs fixer
This commit is contained in:
@@ -78,7 +78,7 @@ class DetectTranslationDuplicatesCommand extends Command
|
||||
}
|
||||
|
||||
// Detect values that appear in more than one key
|
||||
$duplicates = array_filter($allTranslations, fn($keys) => count($keys) > 1);
|
||||
$duplicates = array_filter($allTranslations, fn ($keys) => count($keys) > 1);
|
||||
|
||||
$duplicatesHash = $this->generateDuplicatesHash($duplicates);
|
||||
|
||||
|
Reference in New Issue
Block a user