Skip to content

Commit 5a2cb7d

Browse files
committed
Apply to array destructuring
1 parent 160b0f6 commit 5a2cb7d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
'trailing_comma_in_multiline' => [
4545
'after_heredoc' => true,
4646
'elements' => [
47+
'array_destructuring',
4748
'arrays',
4849
'parameters',
4950
],

system/Commands/Translation/LocalizationFinder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ private function process(string $currentDir, string $currentLocale): void
116116
[
117117
'foundLanguageKeys' => $foundLanguageKeys,
118118
'badLanguageKeys' => $badLanguageKeys,
119-
'countFiles' => $countFiles
119+
'countFiles' => $countFiles,
120120
] = $this->findLanguageKeysInFiles($files);
121121

122122
ksort($foundLanguageKeys);

0 commit comments

Comments
 (0)