mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Fix php cs fixer
This commit is contained in:
parent
8f34c841f3
commit
0382f5ef61
@ -78,7 +78,7 @@ class DetectTranslationDuplicatesCommand extends Command
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Detect values that appear in more than one key
|
// 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);
|
$duplicatesHash = $this->generateDuplicatesHash($duplicates);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user